Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax based web application breaks on html tag in text field Pin
meenakumar27-Mar-09 6:01
meenakumar27-Mar-09 6:01 
AnswerRe: Ajax based web application breaks on html tag in text field Pin
Yusuf27-Mar-09 6:11
Yusuf27-Mar-09 6:11 
QuestionAccessing dropdownlist in footer of gridview from javascript Pin
nainakarri27-Mar-09 5:57
nainakarri27-Mar-09 5:57 
AnswerRe: Accessing dropdownlist in footer of gridview from javascript Pin
Ibrahim Bello27-Mar-09 6:50
Ibrahim Bello27-Mar-09 6:50 
GeneralRe: Accessing dropdownlist in footer of gridview from javascript Pin
nainakarri27-Mar-09 7:57
nainakarri27-Mar-09 7:57 
GeneralRe: Accessing dropdownlist in footer of gridview from javascript Pin
Ibrahim Bello30-Mar-09 6:02
Ibrahim Bello30-Mar-09 6:02 
QuestionChanging GridView Column Header Pin
Ibrahim Bello27-Mar-09 5:13
Ibrahim Bello27-Mar-09 5:13 
AnswerRe: Changing GridView Column Header Pin
Ibrahim Bello27-Mar-09 8:23
Ibrahim Bello27-Mar-09 8:23 
Yeah, I've solved the issue. The code works as it is. Made a few mix-ups elsewhere in code. It's interesting that the assignment,

Label lblNew = (Label)GridView1.HeaderRow.FindControl("lblValueRate");

copies the address as well, rather than just the value as we have, when we copy one variable to another? It was this consideration that made me consider using pointers as an alternative - thankfully, .NET does the 'dirty work' for you. Or so it seems.

Thanks everyone!
QuestionModal pop up extender on click of radio button Pin
hozsam27-Mar-09 3:17
hozsam27-Mar-09 3:17 
AnswerRe: Modal pop up extender on click of radio button Pin
srividya0931-May-10 20:52
srividya0931-May-10 20:52 
Questionadd user control using fckeditor ? Pin
keyur satyadev27-Mar-09 3:01
keyur satyadev27-Mar-09 3:01 
AnswerRe: add user control using fckeditor ? Pin
Yusuf27-Mar-09 3:53
Yusuf27-Mar-09 3:53 
QuestionCaret disappears when tabbing Pin
Lonnie Raffray27-Mar-09 2:49
Lonnie Raffray27-Mar-09 2:49 
Questionresize calendar control Pin
meghamaharshi27-Mar-09 2:38
meghamaharshi27-Mar-09 2:38 
AnswerRe: resize calendar control Pin
Ravi Mori27-Mar-09 2:47
Ravi Mori27-Mar-09 2:47 
GeneralRe: resize calendar control Pin
meghamaharshi27-Mar-09 2:53
meghamaharshi27-Mar-09 2:53 
GeneralRe: resize calendar control Pin
Ravi Mori27-Mar-09 2:59
Ravi Mori27-Mar-09 2:59 
GeneralRe: resize calendar control Pin
meghamaharshi27-Mar-09 3:01
meghamaharshi27-Mar-09 3:01 
GeneralRe: resize calendar control Pin
meghamaharshi27-Mar-09 3:07
meghamaharshi27-Mar-09 3:07 
GeneralRe: resize calendar control Pin
Ravi Mori27-Mar-09 3:17
Ravi Mori27-Mar-09 3:17 
QuestionThrowing an Security Exception error Pin
.NET- India 27-Mar-09 2:16
.NET- India 27-Mar-09 2:16 
AnswerRe: Throwing an Security Exception error Pin
Ravi Mori27-Mar-09 2:42
Ravi Mori27-Mar-09 2:42 
GeneralRe: Throwing an Security Exception error Pin
.NET- India 27-Mar-09 19:22
.NET- India 27-Mar-09 19:22 
AnswerRe: Throwing an Security Exception error Pin
Paddy Boyd27-Mar-09 3:05
Paddy Boyd27-Mar-09 3:05 
GeneralRe: Throwing an Security Exception error Pin
.NET- India 27-Mar-09 19:24
.NET- India 27-Mar-09 19:24 

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.