Click here to Skip to main content
15,923,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSimple GridView Question, Really? Anyone help? Pin
Csharp027611-Jun-08 7:52
Csharp027611-Jun-08 7:52 
AnswerRe: Simple GridView Question, Really? Anyone help? Pin
Christian Graus11-Jun-08 8:05
protectorChristian Graus11-Jun-08 8:05 
QuestionASP TextBox selection event. Pin
Steve Holdorf11-Jun-08 6:08
Steve Holdorf11-Jun-08 6:08 
AnswerRe: ASP TextBox selection event. [modified] Pin
Parwej Ahamad11-Jun-08 6:20
professionalParwej Ahamad11-Jun-08 6:20 
AnswerRe: ASP TextBox selection event. Pin
Christian Graus11-Jun-08 6:29
protectorChristian Graus11-Jun-08 6:29 
GeneralRe: ASP TextBox selection event. Pin
Steve Holdorf11-Jun-08 8:34
Steve Holdorf11-Jun-08 8:34 
GeneralRe: ASP TextBox selection event. Pin
Christian Graus11-Jun-08 8:47
protectorChristian Graus11-Jun-08 8:47 
QuestionProblem loading a user control dynamically into a gridview and the controls events not triggering Pin
DanChin11-Jun-08 3:25
DanChin11-Jun-08 3:25 
I am developing a application which uses the update panel to refresh a gridview when changes are made in a dynamically loaded usercontrol which is loaded as one of the cells of the grid I am experiencing some strange issues firstly the grid is loading the control in the RowDataBound event and binding to the data in PageLoad this approach causes a problem when its time to update the data within the usercontrol due to the buttons event which updates the db fires after the PageLoad as you can determine the PageLoad will bind the grid to the db before the buttons update code as run so the changes will not get reflected. Now the problem arrises I put my data binding code as i would later on in the life cycle [onPreRender] so the button can update the db and changes will be rendered. but what happens is the buttons event handler in the control does not get triggered. but the async postback is taking place, the buttons click event works when the databinding code is in the Page_Load but but not this way in PreRender. i have had this problem for a couple of days now i dont know if its a issue with binding so late on in the cycle or related to the buttons events not getting registered.

I would much appreciate any feedback or advice.

Regards

Dan.

Dan

AnswerRe: Problem loading a user control dynamically into a gridview and the controls events not triggering Pin
Christian Graus11-Jun-08 5:24
protectorChristian Graus11-Jun-08 5:24 
QuestionProblem consuming a web service in C# :nullable object must have a value Pin
highjo11-Jun-08 3:10
highjo11-Jun-08 3:10 
AnswerRe: Problem consuming a web service in C# :nullable object must have a value Pin
Christian Graus11-Jun-08 5:26
protectorChristian Graus11-Jun-08 5:26 
Questionhow to host dropdown list in gridview? Pin
Denver Thomas11-Jun-08 2:57
Denver Thomas11-Jun-08 2:57 
AnswerRe: how to host dropdown list in gridview? Pin
eyeseetee11-Jun-08 3:55
eyeseetee11-Jun-08 3:55 
Questioncall a function from aspx in vs2008 Pin
thedom211-Jun-08 2:47
thedom211-Jun-08 2:47 
AnswerRe: call a function from aspx in vs2008 Pin
Christian Graus11-Jun-08 5:27
protectorChristian Graus11-Jun-08 5:27 
GeneralRe: call a function from aspx in vs2008 Pin
thedom211-Jun-08 12:58
thedom211-Jun-08 12:58 
QuestionDoes images will be compressed while storing in database Pin
rubobby11-Jun-08 2:47
rubobby11-Jun-08 2:47 
AnswerRe: Does images will be compressed while storing in database Pin
eyeseetee11-Jun-08 3:53
eyeseetee11-Jun-08 3:53 
GeneralRe: Does images will be compressed while storing in database Pin
Ashfield11-Jun-08 4:58
Ashfield11-Jun-08 4:58 
AnswerRe: Does images will be compressed while storing in database Pin
SteveNY11-Jun-08 5:44
SteveNY11-Jun-08 5:44 
AnswerRe: Does images will be compressed while storing in database Pin
Guffa11-Jun-08 8:35
Guffa11-Jun-08 8:35 
QuestionSend mail with System.Net.Mail Pin
Phrone11-Jun-08 2:44
Phrone11-Jun-08 2:44 
AnswerRe: Send mail with System.Net.Mail Pin
eyeseetee11-Jun-08 3:52
eyeseetee11-Jun-08 3:52 
GeneralRe: Send mail with System.Net.Mail Pin
Phrone11-Jun-08 7:57
Phrone11-Jun-08 7:57 
QuestionMultiple Columns in ASP.Net Drop Down List ? Pin
manish.singhal11-Jun-08 2:36
manish.singhal11-Jun-08 2:36 

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.