Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMoving a masterpage contentplaceholder around Pin
ThePlagueIsBack9-Oct-06 13:14
ThePlagueIsBack9-Oct-06 13:14 
AnswerRe: Moving a masterpage contentplaceholder around Pin
Mike Ellison9-Oct-06 14:12
Mike Ellison9-Oct-06 14:12 
GeneralRe: Moving a masterpage contentplaceholder around Pin
ThePlagueIsBack9-Oct-06 14:15
ThePlagueIsBack9-Oct-06 14:15 
QuestionHow to add a custom attribute to a wizard control? Pin
maergorn_09-Oct-06 12:09
maergorn_09-Oct-06 12:09 
AnswerRe: How to add a custom attribute to a wizard control? Pin
ThePlagueIsBack9-Oct-06 13:25
ThePlagueIsBack9-Oct-06 13:25 
GeneralRe: How to add a custom attribute to a wizard control? Pin
maergorn_09-Oct-06 19:17
maergorn_09-Oct-06 19:17 
QuestionValidating Custom User Control Pin
oldbam9-Oct-06 10:16
oldbam9-Oct-06 10:16 
QuestionValidating Custom User Control Pin
oldbam9-Oct-06 10:14
oldbam9-Oct-06 10:14 
hi! I have a user control, which consists of a label and a text box. I want to make validation of my user control with standard asp.net validators. I write the following:



[System.Web.UI.ValidationPropertyAttribute("TextBoxValidation")]
public class MyUserControl : System.Web.UI.UserControl
{
public string TextBoxValidation
{
get {}
set {}
}

The question is:


What should be written in the TextBoxValidation setter and getter?

Thanks in advance!
Questionerror connecting sql express Pin
Harikrk9-Oct-06 8:36
Harikrk9-Oct-06 8:36 
AnswerRe: error connecting sql express Pin
Guffa9-Oct-06 8:41
Guffa9-Oct-06 8:41 
GeneralRe: error connecting sql express Pin
Harikrk9-Oct-06 8:46
Harikrk9-Oct-06 8:46 
AnswerRe: error connecting sql express Pin
Guffa13-Oct-06 9:16
Guffa13-Oct-06 9:16 
QuestionInvoking ASP method from JavaScript Pin
Lior S9-Oct-06 5:31
Lior S9-Oct-06 5:31 
AnswerRe: Invoking ASP method from JavaScript Pin
safat9-Oct-06 20:20
safat9-Oct-06 20:20 
QuestionPeriodically ViewState verification fail Pin
fcortesfranco9-Oct-06 4:44
fcortesfranco9-Oct-06 4:44 
Questionpopulating treeview from database table Pin
gbabu179-Oct-06 3:30
gbabu179-Oct-06 3:30 
AnswerRe: populating treeview from database table Pin
gbabu179-Oct-06 3:39
gbabu179-Oct-06 3:39 
GeneralRe: populating treeview from database table Pin
ThePlagueIsBack9-Oct-06 14:31
ThePlagueIsBack9-Oct-06 14:31 
Questionenter key Pin
amaneet9-Oct-06 2:41
amaneet9-Oct-06 2:41 
Questiondelete history Pin
amaneet9-Oct-06 2:16
amaneet9-Oct-06 2:16 
QuestionSwaaping the record in datagrid and database Pin
shivamala9-Oct-06 1:24
shivamala9-Oct-06 1:24 
QuestionRe: Swaaping the record in datagrid and database Pin
safat9-Oct-06 20:27
safat9-Oct-06 20:27 
QuestionGet DB record into XML thn show its HTML tag Pin
Deepak the Cool9-Oct-06 0:51
Deepak the Cool9-Oct-06 0:51 
QuestionViewState for Checkbox Enabled Property Pin
Mahaprabhu9-Oct-06 0:28
Mahaprabhu9-Oct-06 0:28 
Question<%= <%$ <%# Pin
dabs9-Oct-06 0:08
dabs9-Oct-06 0:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.