Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: confirm in javascript Pin
AlexeiXX328-Sep-08 6:02
AlexeiXX328-Sep-08 6:02 
Questionupload a file to server Pin
Meax27-Sep-08 9:18
Meax27-Sep-08 9:18 
AnswerRe: upload a file to server Pin
Paul Conrad27-Sep-08 11:16
professionalPaul Conrad27-Sep-08 11:16 
GeneralRe: upload a file to server Pin
Meax27-Sep-08 11:57
Meax27-Sep-08 11:57 
GeneralRe: upload a file to server Pin
Paul Conrad27-Sep-08 14:08
professionalPaul Conrad27-Sep-08 14:08 
Questionsql server reporting services Pin
IamAmit27-Sep-08 7:50
IamAmit27-Sep-08 7:50 
QuestionFind Control Pin
Assaf8227-Sep-08 5:33
Assaf8227-Sep-08 5:33 
AnswerRe: Find Control Pin
saini arun27-Sep-08 8:23
saini arun27-Sep-08 8:23 
Where is the control located which you are trying to find... In master or in content page...?

In case, the control is located in master page then use

Button btn = Master.FindControl("<control-id>") as Button;

replace <control-id> with the id of the button fetched from database.
GeneralRe: Find Control Pin
Assaf8227-Sep-08 12:25
Assaf8227-Sep-08 12:25 
Questionlinkbutton Pin
UD(IA)27-Sep-08 2:15
UD(IA)27-Sep-08 2:15 
AnswerRe: linkbutton Pin
Paul Conrad27-Sep-08 5:33
professionalPaul Conrad27-Sep-08 5:33 
AnswerRe: linkbutton Pin
saini arun27-Sep-08 8:24
saini arun27-Sep-08 8:24 
QuestionIntegrated Windows autentication not working??? Pin
Nada Adel27-Sep-08 0:21
Nada Adel27-Sep-08 0:21 
Questionquerystring Pin
UD(IA)26-Sep-08 22:30
UD(IA)26-Sep-08 22:30 
AnswerRe: querystring Pin
snouto26-Sep-08 22:45
snouto26-Sep-08 22:45 
Questionhandle a db null value Pin
Meax26-Sep-08 22:00
Meax26-Sep-08 22:00 
AnswerRe: handle a db null value Pin
snouto26-Sep-08 22:57
snouto26-Sep-08 22:57 
GeneralRe: handle a db null value Pin
Meax26-Sep-08 23:24
Meax26-Sep-08 23:24 
GeneralRe: handle a db null value Pin
AlexeiXX327-Sep-08 17:15
AlexeiXX327-Sep-08 17:15 
QuestionLogic for Attendance System Pin
Milind Panchal26-Sep-08 21:47
Milind Panchal26-Sep-08 21:47 
AnswerRe: Logic for Attendance System Pin
sumanth Reddy26-Sep-08 22:39
sumanth Reddy26-Sep-08 22:39 
AnswerRe: Logic for Attendance System Pin
Paul Conrad27-Sep-08 5:34
professionalPaul Conrad27-Sep-08 5:34 
GeneralRe: Logic for Attendance System Pin
leckey27-Sep-08 13:37
leckey27-Sep-08 13:37 
GeneralRe: Logic for Attendance System Pin
Paul Conrad27-Sep-08 14:13
professionalPaul Conrad27-Sep-08 14:13 
GeneralRe: Logic for Attendance System Pin
leckey27-Sep-08 14:54
leckey27-Sep-08 14: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.