Tagged Questions

5
votes
1answer
1k views

Finding the selected Radiobutton's value in ASP.NET

Coding Platform: ASP.NET 4.0 WebForms with C# I have two asp:RadioButton controls which are having the same GroupName which essentially makes them mutually exclusive. Example markup ...
1
vote
1answer
373 views

How do you reuse html/js/server side code between asp.net projects?

We have a blog system that we sold to a number of different customers (included in many different projects). This system includes a number of different files – a few aspx pages, one or two ascx ...
0
votes
1answer
87 views

Reusable code to retrieve data

i have found an very good method for retrieving any result set from the database just by specifying the stored procedure name.i think the code is very much reusable.code is as follows using ...