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

ASP.NET

 
GeneralRe: Shortcut icon in address bar?? Pin
Vasudevan Deepak Kumar10-Jul-07 23:11
Vasudevan Deepak Kumar10-Jul-07 23:11 
GeneralRe: Shortcut icon in address bar?? Pin
Michael Sync10-Jul-07 23:53
Michael Sync10-Jul-07 23:53 
GeneralRe: Shortcut icon in address bar?? Pin
N a v a n e e t h11-Jul-07 0:00
N a v a n e e t h11-Jul-07 0:00 
GeneralRe: Shortcut icon in address bar?? Pin
Michael Sync11-Jul-07 0:01
Michael Sync11-Jul-07 0:01 
GeneralRe: Shortcut icon in address bar?? Pin
N a v a n e e t h10-Jul-07 23:48
N a v a n e e t h10-Jul-07 23:48 
QuestionXslt in asp.net (table row shrinks in resultant html) [modified] Pin
Madhanlal JM10-Jul-07 22:30
Madhanlal JM10-Jul-07 22:30 
QuestionRun time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 22:29
Sandeep Akhare10-Jul-07 22:29 
AnswerRe: Run time showing controls using javascript Pin
Imran Khan Pathan10-Jul-07 22:51
Imran Khan Pathan10-Jul-07 22:51 
Hi sandip

I have done this in my application using Update panel

In my application I have three textbosex to add multiple agent

I have taken these three textbosex in Gridview.

In page load event I take one variable called dealer and assign value 1 and take it in viewstate and call function BindGrid

In bindGrid function I define one arrayList

Like this

ArrayList arr=new arrayList();
dealer=(string)vewistate["val"];
for( int i = 0; i < dealer; i++ )
arr.add(i);

Gridview.datasource=arr;
gridview.Databind();

Now Onclick of button
I increament value of viewstate and call bindGrid function

By this u can bind gridview multiple time

Note: Take gridview in update panel and use trigger for button event

Best Regard

Pathan

If u got solution plz vote












GOD HELP THOSE WHO HELP THEMSELVES

GeneralRe: Run time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 23:16
Sandeep Akhare10-Jul-07 23:16 
GeneralRe: Run time showing controls using javascript Pin
Imran Khan Pathan10-Jul-07 23:25
Imran Khan Pathan10-Jul-07 23:25 
AnswerRe: Run time showing controls using javascript Pin
N a v a n e e t h10-Jul-07 22:53
N a v a n e e t h10-Jul-07 22:53 
GeneralRe: Run time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 23:14
Sandeep Akhare10-Jul-07 23:14 
AnswerRe: Run time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 23:35
Sandeep Akhare10-Jul-07 23:35 
GeneralRe: Run time showing controls using javascript Pin
N a v a n e e t h11-Jul-07 0:40
N a v a n e e t h11-Jul-07 0:40 
QuestionProblem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 21:42
morteza5710-Jul-07 21:42 
AnswerRe: Problem with calling Event Handler in MasterPage Pin
Imran Khan Pathan10-Jul-07 21:57
Imran Khan Pathan10-Jul-07 21:57 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 22:03
morteza5710-Jul-07 22:03 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
Imran Khan Pathan10-Jul-07 22:06
Imran Khan Pathan10-Jul-07 22:06 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 22:58
morteza5710-Jul-07 22:58 
QuestionHelp how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 21:11
srajasekhar10-Jul-07 21:11 
AnswerRe: Help how to use Login Authentication using ASP.Net with C# Pin
marky77710-Jul-07 21:29
marky77710-Jul-07 21:29 
AnswerRe: Help how to use Login Authentication using ASP.Net with C# Pin
Michael Sync10-Jul-07 21:36
Michael Sync10-Jul-07 21:36 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 23:15
srajasekhar10-Jul-07 23:15 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
Michael Sync10-Jul-07 23:26
Michael Sync10-Jul-07 23:26 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 23:41
srajasekhar10-Jul-07 23:41 

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.