Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Grid view sort by column Pin
Not Active12-Apr-07 15:55
mentorNot Active12-Apr-07 15:55 
QuestionCustomValidator doesn't like CssClass Pin
Hampden Tech12-Apr-07 9:21
Hampden Tech12-Apr-07 9:21 
AnswerRe: CustomValidator doesn't like CssClass Pin
George L. Jackson12-Apr-07 12:15
George L. Jackson12-Apr-07 12:15 
GeneralRe: CustomValidator doesn't like CssClass Pin
Hampden Tech13-Apr-07 8:30
Hampden Tech13-Apr-07 8:30 
GeneralRe: CustomValidator doesn't like CssClass Pin
George L. Jackson13-Apr-07 11:54
George L. Jackson13-Apr-07 11:54 
GeneralRe: CustomValidator doesn't like CssClass Pin
Hampden Tech15-Apr-07 2:42
Hampden Tech15-Apr-07 2:42 
GeneralRe: CustomValidator doesn't like CssClass Pin
George L. Jackson15-Apr-07 3:10
George L. Jackson15-Apr-07 3:10 
GeneralRe: CustomValidator doesn't like CssClass Pin
George L. Jackson15-Apr-07 3:30
George L. Jackson15-Apr-07 3:30 
Okay, I think I have something that might work for you. Each control (I believe) has an Attributes collection that you can programically add HTML attributes to elements. You can do this with the CustomValidator:
CustomValidator1.Attributes.Add("class", "somevalue");
I am not sure this is persisted via each post. So you may have to run this code on each postback.

Also, communicating via forum posts is difficult. If you don't give enough information (too much information is bad too) and I don't know your skill level, I get too general and don't answer your question properly.

"We make a living by what we get, we make a life by what we give." --Winston Churchill

QuestionSiteMapDataSources, ugly query strings, and dissappearing TreeView controls Pin
Waka Waka Jawaka12-Apr-07 9:06
Waka Waka Jawaka12-Apr-07 9:06 
AnswerRe: SiteMapDataSources, ugly query strings, and dissappearing TreeView controls Pin
Waka Waka Jawaka12-Apr-07 10:02
Waka Waka Jawaka12-Apr-07 10:02 
Questionimagebutton Pin
ADY00712-Apr-07 8:29
ADY00712-Apr-07 8:29 
AnswerRe: imagebutton Pin
Elina Blank12-Apr-07 10:04
sitebuilderElina Blank12-Apr-07 10:04 
QuestionGridView Control Pin
Oga M12-Apr-07 5:43
Oga M12-Apr-07 5:43 
AnswerRe: GridView Control Pin
varshavmane12-Apr-07 18:09
varshavmane12-Apr-07 18:09 
QuestionPortal page Pin
stef1234567812-Apr-07 5:43
stef1234567812-Apr-07 5:43 
AnswerRe: Portal page Pin
Elina Blank12-Apr-07 5:53
sitebuilderElina Blank12-Apr-07 5:53 
GeneralRe: Portal page Pin
stef1234567812-Apr-07 6:22
stef1234567812-Apr-07 6:22 
GeneralRe: Portal page Pin
Elina Blank12-Apr-07 7:58
sitebuilderElina Blank12-Apr-07 7:58 
QuestionAJAX Databinded DropDown Option Property Pin
Cfer8312-Apr-07 5:36
Cfer8312-Apr-07 5:36 
AnswerRe: AJAX Databinded DropDown Option Property Pin
Cfer8312-Apr-07 5:55
Cfer8312-Apr-07 5:55 
GeneralRe: AJAX Databinded DropDown Option Property Pin
Cfer8312-Apr-07 6:50
Cfer8312-Apr-07 6:50 
QuestionHow to capture Browser Back button event ? Pin
Ridge Howison12-Apr-07 4:55
Ridge Howison12-Apr-07 4:55 
QuestionProblem with two images! Pin
nclauder12-Apr-07 4:06
nclauder12-Apr-07 4:06 
AnswerRe: Problem with two images! Pin
Guffa12-Apr-07 6:24
Guffa12-Apr-07 6:24 
GeneralRe: Problem with two images! Pin
nclauder12-Apr-07 20:06
nclauder12-Apr-07 20:06 

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.