Click here to Skip to main content
15,914,323 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUser Control Requirement Pin
chitra4sat7-Feb-07 1:27
chitra4sat7-Feb-07 1:27 
JokeRe: User Control Requirement Pin
badgrs7-Feb-07 4:14
badgrs7-Feb-07 4:14 
Questionhow to Upload website in internet? Pin
sanaziuse7-Feb-07 1:25
sanaziuse7-Feb-07 1:25 
AnswerRe: how to Upload website in internet? Pin
Sylvester george7-Feb-07 2:02
Sylvester george7-Feb-07 2:02 
GeneralRe: how to Upload website in internet? Pin
sanaziuse7-Feb-07 3:29
sanaziuse7-Feb-07 3:29 
GeneralRe: how to Upload website in internet? Pin
badgrs7-Feb-07 3:55
badgrs7-Feb-07 3:55 
GeneralRe: how to Upload website in internet? Pin
sanaziuse7-Feb-07 5:07
sanaziuse7-Feb-07 5:07 
Questionunknown error in c# web application Pin
Member 24081286-Feb-07 23:47
Member 24081286-Feb-07 23:47 
our's is an online shopping and we are using more Response.Redirect statements with 3 to 6 parameters the sample code in my web application where iam getting the unknown error popup is


string Pn = txtProductName.Text;
string Bnd = txtBrandName.Text;
string fr = txtPrice.Text;
string to = txtPrice1.Text;
string Asp = "1";
string sr = "2";
//string Asb = "2";

// Response.Redirect("../userModules/ManageMores.aspx?ASe=" + Asp + "&As1=" + Pn + "&As2=" + Bnd + "&P1=" + fr + "&P2=" + to + "&sr1=" + sr);
Server.Transfer("../userModules/ManageMores.aspx?ASe=" + Asp + "&As1=" + Pn + "&As2=" + Bnd + "&P1=" + fr + "&P2=" + to + "&sr1=" + sr);


regards
chaitanya
AnswerRe: unknown error in c# web application Pin
gauthee6-Feb-07 23:53
gauthee6-Feb-07 23:53 
AnswerRe: unknown error in c# web application Pin
Sylvester george6-Feb-07 23:57
Sylvester george6-Feb-07 23:57 
QuestionHow to update the xml file using datagrid in asp.net Pin
mohit Tyagi6-Feb-07 23:47
mohit Tyagi6-Feb-07 23:47 
AnswerRe: How to update the xml file using datagrid in asp.net Pin
blue_arc7-Feb-07 0:31
blue_arc7-Feb-07 0:31 
QuestionRead data from gridview Pin
mail5723526-Feb-07 23:35
mail5723526-Feb-07 23:35 
AnswerRe: Read data from gridview Pin
dinus286-Feb-07 23:49
dinus286-Feb-07 23:49 
GeneralRe: Read data from gridview Pin
mail5723527-Feb-07 0:37
mail5723527-Feb-07 0:37 
GeneralRe: Read data from gridview Pin
dinus287-Feb-07 0:50
dinus287-Feb-07 0:50 
GeneralRe: Read data from gridview Pin
mail5723527-Feb-07 1:37
mail5723527-Feb-07 1:37 
AnswerRe: Read data from gridview Pin
gauthee6-Feb-07 23:50
gauthee6-Feb-07 23:50 
GeneralRe: Read data from gridview Pin
dinus286-Feb-07 23:54
dinus286-Feb-07 23:54 
GeneralRe: Read data from gridview Pin
gauthee7-Feb-07 0:01
gauthee7-Feb-07 0:01 
GeneralRe: Read data from gridview Pin
gauthee7-Feb-07 0:03
gauthee7-Feb-07 0:03 
GeneralRe: Read data from gridview Pin
mail5723527-Feb-07 0:39
mail5723527-Feb-07 0:39 
AnswerRe: Read data from gridview Pin
varshavmane6-Feb-07 23:57
varshavmane6-Feb-07 23:57 
AnswerRe: Read data from gridview Pin
Murthy Puvvada7-Feb-07 2:11
Murthy Puvvada7-Feb-07 2:11 
Questiondatagrid in a seperate cs file Pin
gauthee6-Feb-07 23:33
gauthee6-Feb-07 23:33 

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.