Click here to Skip to main content
16,005,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionOn Enter move to next field..? Pin
fmlove16-Aug-07 1:22
fmlove16-Aug-07 1:22 
AnswerRe: On Enter move to next field..? Pin
Christian Graus16-Aug-07 1:40
protectorChristian Graus16-Aug-07 1:40 
GeneralRe: On Enter move to next field..? Pin
fmlove16-Aug-07 22:17
fmlove16-Aug-07 22:17 
QuestionHow to Update the Records in GridView Control Through Coding Pin
mrgaddam16-Aug-07 1:17
mrgaddam16-Aug-07 1:17 
AnswerRe: How to Update the Records in GridView Control Through Coding Pin
Christian Graus16-Aug-07 1:42
protectorChristian Graus16-Aug-07 1:42 
Questioncreate image Pin
Milind Panchal16-Aug-07 1:11
Milind Panchal16-Aug-07 1:11 
AnswerRe: create image Pin
Christian Graus16-Aug-07 1:41
protectorChristian Graus16-Aug-07 1:41 
Questionim not able to refer a textbox server control in ajaxmethod. [modified] Pin
santosh_gis16-Aug-07 1:07
santosh_gis16-Aug-07 1:07 
its very urgent.........
sir/madam,i have the method below where i want to refer textbox control but im unable to do so..plz help. Im calling this method using javascript.
thanx in advance

[AjaxPro.AjaxMethod()]
public string add()
{
SqlConnection cn = new SqlConnection("user id=sa;password=sa;database=pubs;data source=.");
cn.Open();
string str="select imagename from tbemp where imageid="+cnt;

SqlDataAdapter da = new SqlDataAdapter(str, cn);
DataSet ds = new DataSet();
da.Fill(ds);
string imagepath=ds.Tables[0].Rows[0]["imagename"].ToString(); TextBox1.Text=imagepath;//error comes..unable to refer textbox here at runtime

return imagepath;






}


-- modified at 3:08 Saturday 18th August, 2007
Questionvisual studio .net and visual web developer 2005 Pin
sacheesach16-Aug-07 1:06
sacheesach16-Aug-07 1:06 
AnswerRe: visual studio .net and visual web developer 2005 [modified] Pin
dTiru16-Aug-07 1:22
dTiru16-Aug-07 1:22 
GeneralRe: visual studio .net and visual web developer 2005 Pin
sacheesach16-Aug-07 2:02
sacheesach16-Aug-07 2:02 
NewsRe: visual studio .net and visual web developer 2005 Pin
dTiru16-Aug-07 2:13
dTiru16-Aug-07 2:13 
GeneralRe: visual studio .net and visual web developer 2005 Pin
sacheesach16-Aug-07 2:22
sacheesach16-Aug-07 2:22 
GeneralRe: visual studio .net and visual web developer 2005 Pin
dTiru16-Aug-07 2:30
dTiru16-Aug-07 2:30 
GeneralRe: visual studio .net and visual web developer 2005 Pin
sacheesach16-Aug-07 2:35
sacheesach16-Aug-07 2:35 
GeneralRe: visual studio .net and visual web developer 2005 Pin
dTiru16-Aug-07 2:40
dTiru16-Aug-07 2:40 
GeneralRe: visual studio .net and visual web developer 2005 Pin
sacheesach16-Aug-07 3:38
sacheesach16-Aug-07 3:38 
Questionremove urls from printouts Pin
manowj16-Aug-07 1:05
manowj16-Aug-07 1:05 
AnswerRe: remove urls from printouts Pin
Senu Gandhi16-Aug-07 1:20
Senu Gandhi16-Aug-07 1:20 
GeneralRe: remove urls from printouts Pin
manowj16-Aug-07 1:22
manowj16-Aug-07 1:22 
QuestionGridview "columnization" Pin
dTiru16-Aug-07 1:03
dTiru16-Aug-07 1:03 
AnswerRe: Gridview "columnization" Pin
ToddHileHoffer16-Aug-07 1:21
ToddHileHoffer16-Aug-07 1:21 
GeneralRe: Gridview "columnization" Pin
dTiru16-Aug-07 1:33
dTiru16-Aug-07 1:33 
GeneralRe: Gridview "columnization" Pin
ToddHileHoffer16-Aug-07 2:02
ToddHileHoffer16-Aug-07 2:02 
AnswerRe: Gridview "columnization" Pin
Urs Enzler16-Aug-07 3:54
Urs Enzler16-Aug-07 3:54 

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.