Hi,
I am using asp.net mvc. I have used two list box in one of my views.
I transfer desired items from left-hand-side list box to right-side list box.
On a button click, i want to get the list box contents from right side list box.
I don;t get in form collection. Can anyone please suggest how can I get it?
thanks,
kapil
I've really enjoyed reading Peter Siebel's Coders at work book.
At the end of the last chapter (Don Knuth), i tought that the interviews selection was good but a little bit too old-school oriented.
So, in your virtual 16th chapter, which guru would you interview?
In my 16th chapter, i would be amazed to read an interview of John Carmack.
Hai am using telerik wpf grid
in grid selection change event am getting the selected row values.
the problem is the values are as object.
object myData = radGridView.SelectedItem;
the object myData contains the row values. but i don know how to get values from the myData object
I have an asp.net page which is returning a list of object as a json string to an ajax request. The string is as follows :
[
{"Name":"Don","Age":23,"Description":"Tall man with no glasses"}
,{"Name":"Charlie","Age":24,"Description":"Short man with glasses"}
]
I want to access each field individually, like the name of the person, his…
Hello i want to Saving an BufferedImage to raw bytes
i do this for the moment
InputStream in = new ByteArrayInputStream(fileData);
BufferedImage image = javax.imageio.ImageIO.read(in);
BufferedImage imageModifier = ResizeImage.resize(image, 10, 10);
but know i want to save my file so i don(t know how to convert for do this
FileOutputStream…
Hello,
Im making an application in cocoa and wanted to see if some strings in it were easily accessible so I ran OTX on it and sadly all of my code was found. Is there a method I can use to make my code more "secure" or at least encrypt/hide the strings? The reason I want to encrypt the string is it's a password for a server. I don'd need it…
I'm putting together a site that will make itself available for user input. I was wondering if writing a function like:
if(getenv("HTTP_REFERER") != 'http://www.myURL.com/submitArea'){
die('don\'t be an jerk, ruin your own site');
}else{
// continue with form processing
}
is enough to prevent cross site form…
Hello All,
I have recently started learning F#. I was wondering as which are the recommended blogs you guys are currently following in F# community?.
I am currently subscribed to "Tomas Petricek", "Brian McNamara" and "Don Syme's".
Would love to hear all your recommendations.
Hi ,
i am very new to xml and c++.
i want to validate xml against xsd using c++ api.can any one gimme any tutorial link? or sample program.i don want to do using msxml as its works in windows and visual studio.
i tried to use xerces and libxml but i have failed.now i am trying using tinyxml.
please help me to validate xml against xml…
Hi guys I've shifted to using the zend framework for reading messages from an inbox however when reading some html messages I see a lot of weird charcters like:
don’t
looks like
don=92t
Plus other weird characters like =20 .. whats going on? Is it an ecoding issue? How do I fix it?
I am using a basiceditfield to take input from the user to do some simple string search. But if i type a few letters and wish to go back without continuing the search, it automatically asks me whether to save the contents of the field. I don want this to happen. Can i in any way disable the "Changes made!-save-discard-cancel" option in…
I am working on class project which required to work with Windows Application and this issue occurred to me that i don understand how to solved it can anybody help please?
I want to show the NATIONALITYNAME instead of showing NATIONALITYID in the grid view
SELECT
COACH.COACHID
, COACH.COACHFIRSTNAME
, COACH.COACHLASTNAME
…
I was reading this blog post http://www.cilk.com/multicore-blog/bid/8097/Don-t-get-caught-with-your-multicore-pants-down and got me asking this question.
4-cores or 8-cores will be a common thing in 12-24 months time and I got a chill realizing that I don't have a answer for that yet.
Hello,
Consider this as my SubView
UIView *subViewObj;
and this as MainView
UIView *mainViewObj;
i need to make MainView as root View
can i don it in this way?
[mainViewObj addSubview:subViewObj];
is this correct?i need to do it programitically, without using Interface builder.
Hi
Is there any way to massively alter primary keys(uid) to all tables with no primary primary keys in sql server database ? I have a lot of tables and most of them don not have primary keys.
Thanks in advance.
I once encountered an operator "===". But I don remember what it was.. or where do we use it .. or is there any such a kind of operator ? where is it used ??
My team members don's support the use of validation controls that are available in asp.net (for web application).
What are arguments in favor of validators instead of or in addition to javascript validation?
I don-t know how to use one table from one database and second table from another databse at the same time or copy data from table in one database to table from another databse.
I tried following query:
select * into NewTable from existingdb.dbo.existingTable;
But it doesnt't work.
The Apple iPad is the latest new toy, and we’ve put together a comprehensive list of every tip, trick, and tutorial that we could find to help you get the most out of it—and we’re even giving one away to one lucky reader. So read on!
Note: We’ll be keeping this page updated as we find more great articles, so you should bookmark this…
I’m excited to announce the September 2013 release of the Ajax Control Toolkit, which now supports building new Ajax Control Toolkit controls with jQuery.
You can download the latest release of the Ajax Control Toolkit from http://AjaxControlToolkit.CodePlex.com or you can install the Ajax Control Toolkit directly within Visual…
Are you using bit.ly stats to measure interest in the links you post on twitter?
I’ve been hearing for a while about people claiming to get the majority of their traffic originating from twitter these days.
Now, I’ve been playing with the twitter ruby gem recently, doing various experiments which I’ll not go into detail here…
If you’re here because you downloaded a copy of Oracle SQL Developer and now you need help connecting to a database, then you’re in the right place.
I’ll show you what you need to get up and going so you can finish your homework, teach yourself Oracle database, or get ready for that job interview. You’ll need about 30…
Bloatware is still a big problem on new Windows 8 and 8.1 PCs. Some websites will tell you that you can easily get rid of manufacturer-installed bloatware with Windows 8′s Reset feature, but they’re generally wrong. This junk software often turns the process of powering on your new PC from what could be a delightful…