How to convert a string into an Integer in ASP.net?
Answer Posted / bpl basant (from delhi)
int a = Convert.Int32("String");
or
int a = Int.Parse("String");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of HttpHandlers? When to use this?
How would ASP and ASP.NET applications run at the same time on the same server?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What are the options in ASP.NET to maintain state?
What are app services?
What is session in http request?
How may clustered index we can create in table?
If 200 is for all successful operation then why do we have 201 response codes?
Where sessions are stored?
Define cookie.
What is validation in asp.net?
How do you design a website with multilingual support in ASP.NET ?
Can you explain composite pattern?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the difference between user control and custom control?