Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAutocomplete textbox problem Pin
Member 831109518-Jan-12 23:25
Member 831109518-Jan-12 23:25 
AnswerRe: Autocomplete textbox problem Pin
sri08018818-Jan-12 23:57
sri08018818-Jan-12 23:57 
GeneralRe: Autocomplete textbox problem Pin
Member 831109519-Jan-12 3:13
Member 831109519-Jan-12 3:13 
AnswerRe: Autocomplete textbox problem Pin
ssnsol20-Jan-12 0:28
ssnsol20-Jan-12 0:28 
QuestionBlog Software for ASP.NET Pin
G458I18-Jan-12 22:58
G458I18-Jan-12 22:58 
AnswerRe: Blog Software for ASP.NET Pin
sri08018818-Jan-12 23:59
sri08018818-Jan-12 23:59 
AnswerRe: Blog Software for ASP.NET Pin
uspatel19-Jan-12 1:48
professionaluspatel19-Jan-12 1:48 
QuestionAjax PopupControlExtender in GridView Pin
klaydze18-Jan-12 14:31
klaydze18-Jan-12 14:31 
Hi All,
I just want to get your opinion on what is the best approach in my gridview.
Sample Gridview Data.
--------------------------------------------------------------------
|          | UserID         | First Name    | Last Name | Last Loggedin|    
--------------------------------------------------------------------
|imgBtn    | PHUserId1    | Jim             | Carey     | 1/16/2011 6:00AM    |
--------------------------------------------------------------------
--------------------------------------------------------------------
|imgBtn    | PHUserId2    | Andres           | Boni     | 1/27/2011 5:56 PM  |
--------------------------------------------------------------------
--------------------------------------------------------------------
|imgBtn    | PHUserId3    | George           | Jungle   | 1/2/2011 4:01 AM    |
--------------------------------------------------------------------


What i want to do is, in the 1st column of the GridView(grdUserList) control once i click the ImageButton control inside ItemTemplate of the gridview a popup(Ajax PopupExtender)
will appear. The popup contains GridView (grdHistory) control inside of it which are the logged history of the user you select.

Actually, the design and the output is already done. I get a popup everytime i click the ImageButton on the 1st column of the GridView(grdUserList) control.

But the problem now is, how do i refresh the GridView(grdHistory) control in my popup everytime i select different user in my GridView(grdUserlist).
I place Click event on the ImageButton but it fires only once. The next click on the ImageButton will no longer fires the Click event.
I dont what to used the Ajax ModalPopupExtender for the reason of, i dont what the user to close a popup evertime they click the ImageButton in the 1st row.

Thanks in advance
if(you type your code here) {
Messagebox.Show("You help me a lot!");
}
else {
You help me = null;
}

AnswerRe: Ajax PopupControlExtender in GridView Pin
Ali Al Omairi(Abu AlHassan)18-Jan-12 21:32
professionalAli Al Omairi(Abu AlHassan)18-Jan-12 21:32 
GeneralRe: Ajax PopupControlExtender in GridView Pin
klaydze19-Jan-12 1:12
klaydze19-Jan-12 1:12 
GeneralRe: Ajax PopupControlExtender in GridView Pin
Ali Al Omairi(Abu AlHassan)22-Jan-12 2:49
professionalAli Al Omairi(Abu AlHassan)22-Jan-12 2:49 
GeneralRe: Ajax PopupControlExtender in GridView Pin
klaydze23-Jan-12 17:10
klaydze23-Jan-12 17:10 
QuestionLooking for layout and styling templates for a new MVC3 application. Pin
Brady Kelly18-Jan-12 5:22
Brady Kelly18-Jan-12 5:22 
QuestionCould not load file or assembly ... [SOLVED] Pin
V.18-Jan-12 2:28
professionalV.18-Jan-12 2:28 
QuestionNeed solution to synchronize Ms Access and SQL Server (Express Edition) database. Pin
Shah Rizal17-Jan-12 22:20
Shah Rizal17-Jan-12 22:20 
AnswerRe: Need solution to synchronize Ms Access and SQL Server (Express Edition) database. Pin
Shah Rizal18-Jan-12 20:07
Shah Rizal18-Jan-12 20:07 
QuestionASP .NET + ReportViewer + ObjectDataSource (LINQ To SQL) Pin
Matt U.17-Jan-12 3:02
Matt U.17-Jan-12 3:02 
AnswerRe: ASP .NET + ReportViewer + ObjectDataSource (LINQ To SQL) Pin
David C# Hobbyist.17-Jan-12 14:50
professionalDavid C# Hobbyist.17-Jan-12 14:50 
Questionhow can i get server value from *.js? Pin
buffering8316-Jan-12 22:57
buffering8316-Jan-12 22:57 
AnswerRe: how can i get server value from *.js? Pin
Dineshshp19-Jan-12 0:14
professionalDineshshp19-Jan-12 0:14 
Questiongenerate custom xml from a dynamic dataset Pin
nilarya16-Jan-12 21:22
nilarya16-Jan-12 21:22 
Questionasp.net 4.0: Using jQuery in place of UpdatePanels? Pin
Goalie3516-Jan-12 5:21
Goalie3516-Jan-12 5:21 
AnswerRe: asp.net 4.0: Using jQuery in place of UpdatePanels? Pin
Not Active16-Jan-12 7:38
mentorNot Active16-Jan-12 7:38 
AnswerRe: asp.net 4.0: Using jQuery in place of UpdatePanels? Pin
jkirkerx16-Jan-12 12:23
professionaljkirkerx16-Jan-12 12:23 
GeneralRe: asp.net 4.0: Using jQuery in place of UpdatePanels? Pin
Goalie3518-Jan-12 17:43
Goalie3518-Jan-12 17:43 

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.