Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with jquery Pin
Brij21-Jul-09 6:05
mentorBrij21-Jul-09 6:05 
Questiongridview page Pin
Rajeshwar Code- Developer21-Jul-09 4:06
Rajeshwar Code- Developer21-Jul-09 4:06 
AnswerRe: gridview page Pin
Vimalsoft(Pty) Ltd21-Jul-09 4:27
professionalVimalsoft(Pty) Ltd21-Jul-09 4:27 
GeneralRe: gridview page Pin
Rajeshwar Code- Developer21-Jul-09 5:41
Rajeshwar Code- Developer21-Jul-09 5:41 
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 
Seriously your code is not readable. Please post it in proper Format

As For Example :
protected void Page_Load(object sender, EventArgs e)
{
DataSet ds = new DataSet();
SqlDataAdapter adapPaging = new SqlDataAdapter("select * from customer", "Data Source=OPWFMS-7KYGZ7SB;Initial Catalog=Mayank;User ID=sa;Password=sa");
adapPaging.Fill(ds);
gridView.DataSource = ds;
gridView.DataBind();
}


so that every body can easily understand the code and give you a quick solution.


pupilstuff wrote:
Subject: error : panel1 does not exits in correct context

It clearly saying that Panel1 does not exist Sniff | :^)

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
My Latest Article : IIS Remote Debugging

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 
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 

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.