can not get selected radiobutton in selection list
Hi all,
I have a dynamically created selection list that means created from code behind file. But I can not get its selected value.The form which I use is mobile form.
All are mobile controls.
Hello,
I have problem with word-wrapping. When width is given in pixel style="word-wrap:word-break" works well but when it is given in percentage then it is not working.
I have one c# application through which i connect to web service. web service is SSL protected. when i connect it through secure wireless network it is working well. but when i try to connect web service using unsecured wireless network connection i get the error as Unable to connect to the remote server
or The remote name could not be resolved:
hi,
I am using sqlCE as database and developing a desktop application in c#.
There is one functionality in which "Export" it will take data from database and write it to a file and allow user to save it on their machine by savefile dialog control. But when user select different location to save the file than Application.Sta rtupPath then the file will get saved But after that application can not get database file path. ...
hi,
I created one application in which there is export functionality. I am using sqlCE as database . When user click on "export" a save file dialog appeare and file saved in html format from database. but after that if i minimise application to systray and again open it then no any data from database will displayed.
If i save file in application startup path then on data from database is displaying.
hi,
thanks for reply.
i got a solution from this site itself.
if (<control>.Invo keRequired)
{
<control>.Invok e(new <deligate>(<fun ction>), new object[] { <parameter> });
I have created a application in which there is thread for login to server.
If exception occure while connection to server I can not catch that exception.
What can I do.
Please help me.
Leave a comment: