Click here to Skip to main content
16,006,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
N a v a n e e t h23-Jul-08 0:16
N a v a n e e t h23-Jul-08 0:16 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
Arindam Tewary23-Jul-08 0:39
professionalArindam Tewary23-Jul-08 0:39 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
N a v a n e e t h23-Jul-08 2:03
N a v a n e e t h23-Jul-08 2:03 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
Arindam Tewary23-Jul-08 2:32
professionalArindam Tewary23-Jul-08 2:32 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
N a v a n e e t h23-Jul-08 3:06
N a v a n e e t h23-Jul-08 3:06 
AnswerRe: Performance : "input runat=server" or "asp:textbox" Pin
Anand Desai22-Jul-08 22:30
Anand Desai22-Jul-08 22:30 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
Arindam Tewary22-Jul-08 23:29
professionalArindam Tewary22-Jul-08 23:29 
GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
N a v a n e e t h23-Jul-08 0:21
N a v a n e e t h23-Jul-08 0:21 
Anand Desai wrote:
as much as possible because you find difficult to perform Javascript functions like "OnClick" or "OnChange" or "OnKeyUp"... likewise on server controls. It give strange error at that perticular HTML line..


Then you are not using it in the proper way. Since ASP.NET 2.0, most of the server controls provide "OnClientClick" event which can be used to hook JS methods. You can also use Attributes.Add() to add these type of attributes to the control as well.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Performance : "input runat=server" or "asp:textbox" Pin
gnjunge23-Jul-08 22:17
gnjunge23-Jul-08 22:17 
Questionhow to get url of addressbar Pin
please help22-Jul-08 20:56
please help22-Jul-08 20:56 
AnswerRe: how to get url of addressbar Pin
Gayani Devapriya22-Jul-08 21:08
Gayani Devapriya22-Jul-08 21:08 
QuestionExcel data to sql server database in asp.net c# 2.0 Pin
VijayVishwakarma22-Jul-08 20:51
VijayVishwakarma22-Jul-08 20:51 
AnswerRe: Excel data to sql server database in asp.net c# 2.0 Pin
Arindam Tewary22-Jul-08 20:57
professionalArindam Tewary22-Jul-08 20:57 
GeneralRe: Excel data to sql server database in asp.net c# 2.0 Pin
VijayVishwakarma22-Jul-08 21:16
VijayVishwakarma22-Jul-08 21:16 
QuestionPaging in table. Pin
raushan_922-Jul-08 20:39
raushan_922-Jul-08 20:39 
AnswerRe: Paging in table. Pin
Sam Xavier22-Jul-08 20:50
Sam Xavier22-Jul-08 20:50 
GeneralRe: Paging in table. Pin
raushan_922-Jul-08 21:12
raushan_922-Jul-08 21:12 
AnswerRe: Paging in table. Pin
AprNgp22-Jul-08 20:58
AprNgp22-Jul-08 20:58 
GeneralRe: Paging in table. Pin
raushan_922-Jul-08 21:09
raushan_922-Jul-08 21:09 
GeneralRe: Paging in table. Pin
eyeseetee22-Jul-08 21:24
eyeseetee22-Jul-08 21:24 
GeneralRe: Paging in table. Pin
raushan_922-Jul-08 21:37
raushan_922-Jul-08 21:37 
GeneralRe: Paging in table. Pin
eyeseetee22-Jul-08 21:55
eyeseetee22-Jul-08 21:55 
GeneralRe: Paging in table. Pin
raushan_922-Jul-08 22:01
raushan_922-Jul-08 22:01 
GeneralRe: Paging in table. Pin
AprNgp22-Jul-08 23:22
AprNgp22-Jul-08 23:22 
QuestionCrystalreport drilldown is not shown when it is clicked Pin
manjunathg4u22-Jul-08 20:32
manjunathg4u22-Jul-08 20:32 

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.