How do you add a javascript function for a link button in a
datagrid ?
Answer Posted / vishal jani
you can add a javascript function in the link button of the
datagrid under the itemdatabound event as below
e.item.findcontrol("linkbtnname")
linkbtn.attribute.add("onclick",javascript:returnfuctionname()");
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
In which event are the controls fully loaded?
Explain the use of fragment caching.
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What are the new features implemented in ASP.NET?
Can you set which type of comparison you want to perform by the comparevalidator control?
How can we inherit a static member?
Explain difference betn dataset and recordset?
What is the use of HttpHandlers? When to use this?
Where is session data stored in asp net?
How can we access static variable?
What is ascx?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Explain about asp.net caching?
What is server infrastructure & server components?