Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncan anyone help me with folder path file problem>? Pin
neodeaths29-Mar-07 19:19
neodeaths29-Mar-07 19:19 
AnswerRe: can anyone help me with folder path file problem>? Pin
nyogeswar29-Mar-07 20:43
nyogeswar29-Mar-07 20:43 
GeneralRe: can anyone help me with folder path file problem>? Pin
neodeaths29-Mar-07 21:03
neodeaths29-Mar-07 21:03 
GeneralRe: can anyone help me with folder path file problem>? Pin
nyogeswar29-Mar-07 21:09
nyogeswar29-Mar-07 21:09 
Questionhow to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage Pin
BalasahebK29-Mar-07 19:15
BalasahebK29-Mar-07 19:15 
AnswerRe: how to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage Pin
nyogeswar29-Mar-07 19:56
nyogeswar29-Mar-07 19:56 
GeneralRe: how to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage Pin
BalasahebK29-Mar-07 20:26
BalasahebK29-Mar-07 20:26 
GeneralRe: how to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage [modified] Pin
nyogeswar29-Mar-07 20:34
nyogeswar29-Mar-07 20:34 
In this particular case try use like

Textbox textbox1 = new TextBox1();
textbox1.Attributes.Add("OnMouseOver","FunTest(this)");

and "this" will give the object and you can use in ur "Funtext" function...

like
obj.value 'No need of getElementById

try this....
Sorry if i am wrong....


Yogesh


-- modified at 2:47 Friday 30th March, 2007
GeneralRe: how to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage Pin
BalasahebK29-Mar-07 21:06
BalasahebK29-Mar-07 21:06 
GeneralRe: how to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage Pin
nyogeswar29-Mar-07 21:19
nyogeswar29-Mar-07 21:19 
GeneralRe: how to know id of dynamically created web server control on client side using javascript when sever control is on aspx page & that aspx page in MasterPage Pin
BalasahebK29-Mar-07 23:20
BalasahebK29-Mar-07 23:20 
QuestionNeed Answers Pin
siddisagar29-Mar-07 19:05
siddisagar29-Mar-07 19:05 
QuestionActiveX Control in Web Application Pin
liliblacsharp29-Mar-07 18:45
liliblacsharp29-Mar-07 18:45 
QuestionTreeview with Javascript Pin
khweb29-Mar-07 18:16
khweb29-Mar-07 18:16 
QuestionDoubt in Datagrid Pin
yaminilatha29-Mar-07 18:05
yaminilatha29-Mar-07 18:05 
AnswerRe: Doubt in Datagrid Pin
Sun Rays29-Mar-07 18:45
Sun Rays29-Mar-07 18:45 
GeneralRe: Doubt in Datagrid Pin
yaminilatha29-Mar-07 21:20
yaminilatha29-Mar-07 21:20 
QuestionCreate version string Pin
Sun Rays29-Mar-07 17:59
Sun Rays29-Mar-07 17:59 
Questionitemtemplate coloumn in datagrid Pin
yaminilatha29-Mar-07 17:45
yaminilatha29-Mar-07 17:45 
AnswerRe: itemtemplate coloumn in datagrid Pin
Sun Rays29-Mar-07 18:02
Sun Rays29-Mar-07 18:02 
GeneralRe: itemtemplate coloumn in datagrid Pin
yaminilatha29-Mar-07 21:27
yaminilatha29-Mar-07 21:27 
GeneralRe: itemtemplate coloumn in datagrid Pin
Sun Rays30-Mar-07 1:22
Sun Rays30-Mar-07 1:22 
QuestionGlobal.asax , web.config Pin
yaminilatha29-Mar-07 17:43
yaminilatha29-Mar-07 17:43 
AnswerRe: Global.asax , web.config Pin
MinhajuddinK29-Mar-07 17:51
MinhajuddinK29-Mar-07 17:51 
GeneralRe: Global.asax , web.config Pin
yaminilatha29-Mar-07 21:24
yaminilatha29-Mar-07 21:24 

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.