Hi All,
I want to save a list box selected item in a string or textbox it is ok in asp.net but my application is windows application .net 3.5 in c# .
can u help me please...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Feb 8, 2010, 7:09 AM
string SelectedItem = listBox1.SelectedItem.ToString();
Anish KhanPosted Feb 9, 2010, 2:21 AM
Both comment are question there is no any solutions
and also both code are not working and there is so many syntex error.
Please guide me for correct amswer.
Thanks
Lalit MPosted Feb 9, 2010, 1:10 AM
Anish KhanPosted Feb 9, 2010, 12:24 AM
Thanks for reply..
I knew this one, it is working in web application not in windows application..
I need code in windows application
Please help me..
thanks
Anish