| Recent Answers from Syed Rizwan Muhammad Rizvi |
 |
2008-11-20 CrystalReport in VB.Net: did you try re-binding the report? There must be some event which is getting fired on the export command try trapping all crystal report events and see which one gets fired when you hit export button...
|
2008-11-18 How to insert RadioButton text into Database in VB.Net?: if you could name either the buttons or group names by the name of the fields then you can iterate through all the radio buttons e.g. For each ctrl as Control Me.Controls if typeof ctrl is RadioButton...
|
2008-11-17 listview: Ryan, I know its easy for me to answer your question but due to the number of questions you are asking it appears that you want to program without learning how to program. First of all you need to develop...
|
2008-11-14 asp.net: there is no difference except the fact that different browsers like to follow diffierent attributes. Also some controls like checkboxes when grouped can be distinguished by name attribute but at the same...
|
2008-11-11 SendKeys: From your code I see that you are using asp.net. SendKeys is not available for web application. You also seem confused about server side and client side programming. All client side actions should be...
|
| More Answers for "VB.NET" |