Click here to Skip to main content
15,868,016 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview page Pin
Vimalsoft(Pty) Ltd21-Jul-09 20:04
professionalVimalsoft(Pty) Ltd21-Jul-09 20:04 
AnswerRe: gridview page Pin
Abhishek Sur21-Jul-09 5:30
professionalAbhishek Sur21-Jul-09 5:30 
Questionerror : panel1 does not exits in correct context Pin
pupilstuff21-Jul-09 3:33
pupilstuff21-Jul-09 3:33 
AnswerRe: error : panel1 does not exits in correct context Pin
Abhijit Jana21-Jul-09 3:38
professionalAbhijit Jana21-Jul-09 3:38 
AnswerRe: error : panel1 does not exits in correct context Pin
Brij21-Jul-09 3:38
mentorBrij21-Jul-09 3:38 
AnswerRe: error : panel1 does not exits in correct context Pin
Abhishek Sur21-Jul-09 5:26
professionalAbhishek Sur21-Jul-09 5:26 
Questiondynamic menucontrol Pin
mylogics21-Jul-09 2:25
professionalmylogics21-Jul-09 2:25 
AnswerRe: dynamic menucontrol Pin
Abhishek Sur21-Jul-09 2:41
professionalAbhishek Sur21-Jul-09 2:41 
Are you using Asp:Menu, if so use

MenuItem item = new MenuItem("MyItem");
item.NavigateUrl = "yoururl.aspx";

If you are generating the HTML dynamically for menu, just place OnClick attribute for the LI/div item

Rose | [Rose] Rose | [Rose]


AnswerRe: dynamic menucontrol Pin
Abhijit Jana21-Jul-09 3:01
professionalAbhijit Jana21-Jul-09 3:01 
AnswerRe: dynamic menucontrol Pin
Brij21-Jul-09 3:09
mentorBrij21-Jul-09 3:09 
QuestionHow to view all crystal report pages ? Pin
kindman_nb21-Jul-09 2:07
kindman_nb21-Jul-09 2:07 
AnswerRe: How to view all crystal report pages ? Pin
Abhishek Sur21-Jul-09 2:43
professionalAbhishek Sur21-Jul-09 2:43 
GeneralRe: How to view all crystal report pages ? Pin
kindman_nb21-Jul-09 3:13
kindman_nb21-Jul-09 3:13 
GeneralRe: How to view all crystal report pages ? Pin
kindman_nb21-Jul-09 3:22
kindman_nb21-Jul-09 3:22 
Question[Message Deleted] Pin
dotnetcsharpdev21-Jul-09 2:02
dotnetcsharpdev21-Jul-09 2:02 
AnswerRe: validate values in a textbox inside gridview Pin
Abhishek Sur21-Jul-09 3:23
professionalAbhishek Sur21-Jul-09 3:23 
QuestionHow to pass values from textboxes on one page to a "another page" Pin
megivimal21-Jul-09 1:51
megivimal21-Jul-09 1:51 
AnswerRe: How to pass values from textboxes on one page to a "another page" Pin
Abhijit Jana21-Jul-09 1:58
professionalAbhijit Jana21-Jul-09 1:58 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
megivimal21-Jul-09 2:01
megivimal21-Jul-09 2:01 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
Abhijit Jana21-Jul-09 3:01
professionalAbhijit Jana21-Jul-09 3:01 
AnswerRe: How to pass values from textboxes on one page to a "another page" Pin
Manas Bhardwaj21-Jul-09 2:06
professionalManas Bhardwaj21-Jul-09 2:06 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
megivimal21-Jul-09 2:14
megivimal21-Jul-09 2:14 
GeneralRe: How to pass values from textboxes on one page to a "another page" Pin
Abhishek Sur21-Jul-09 2:36
professionalAbhishek Sur21-Jul-09 2:36 
AnswerRe: How to pass values from textboxes on one page to a "another page" Pin
Brij21-Jul-09 3:02
mentorBrij21-Jul-09 3:02 
QuestionData Storage in Windows Azure Tables Pin
NikosN21-Jul-09 1:39
NikosN21-Jul-09 1:39 

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.