Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Unable to download file from server Pin
vayanan15-Jun-09 18:42
vayanan15-Jun-09 18:42 
GeneralRe: Unable to download file from server Pin
Aman Bhullar15-Jun-09 19:37
Aman Bhullar15-Jun-09 19:37 
QuestionHow to do Drag Selection in ASP .NET Web Forms Pin
munnalingam14-Jun-09 21:22
munnalingam14-Jun-09 21:22 
AnswerRe: How to do Drag Selection in ASP .NET Web Forms Pin
Abhijit Jana14-Jun-09 22:35
professionalAbhijit Jana14-Jun-09 22:35 
GeneralRe: How to do Drag Selection in ASP .NET Web Forms Pin
munnalingam14-Jun-09 22:51
munnalingam14-Jun-09 22:51 
QuestionPrint Function in Asp.net Pin
HatakeKaKaShi14-Jun-09 21:12
HatakeKaKaShi14-Jun-09 21:12 
AnswerRe: Print Function in Asp.net Pin
Christian Graus14-Jun-09 23:09
protectorChristian Graus14-Jun-09 23:09 
Questionto chk a control is present or not using codebehind Pin
anbusenthil14-Jun-09 20:59
anbusenthil14-Jun-09 20:59 
how to chk a control is present or not using codebehind
for eg if
tis hyperlink ctrl   "HylEdit.Text" is not present then the code should skip the control
and apply changes to the controls present on that pages
for egs,

if HylEdit.Text is not present then it should chk for next ctrl lik

HylView.Text

if the above ctrl is present the it shoul apply for HylView.Text=rm.GetString("View", ci)

the fn is lik tis

Private Sub LoadStrings(ByVal ci As CultureInfo)
            HylEdit.Text = rm.GetString("Add", ci)
            BtnClear.Text = rm.GetString("Clear", ci)
            BtnSave.Text = rm.GetString("Save", ci)
            HylView.Text = rm.GetString("View", ci)
AnswerRe: to chk a control is present or not using codebehind Pin
Herman<T>.Instance14-Jun-09 22:29
Herman<T>.Instance14-Jun-09 22:29 
GeneralRe: to chk a control is present or not using codebehind Pin
anbusenthil14-Jun-09 23:11
anbusenthil14-Jun-09 23:11 
AnswerRe: to chk a control is present or not using codebehind Pin
saanj15-Jun-09 3:07
saanj15-Jun-09 3:07 
QuestionHow to read UNREAD mails from mail server??? Pin
nkmkrishna14-Jun-09 20:58
nkmkrishna14-Jun-09 20:58 
AnswerRe: How to read UNREAD mails from mail server??? Pin
Christian Graus15-Jun-09 15:20
protectorChristian Graus15-Jun-09 15:20 
AnswerRe: How to read UNREAD mails from mail server??? Pin
anil indorkar28-Jan-10 4:08
anil indorkar28-Jan-10 4:08 
QuestionOpen links without popup message Pin
samerh14-Jun-09 20:55
samerh14-Jun-09 20:55 
Questionwant to use a function loadstring common for whole website Pin
anbusenthil14-Jun-09 20:44
anbusenthil14-Jun-09 20:44 
Questionb4 upload images check images/flash dimension Pin
Member 387988114-Jun-09 20:35
Member 387988114-Jun-09 20:35 
AnswerRe: b4 upload images check images/flash dimension Pin
Matt Cavanagh14-Jun-09 21:17
Matt Cavanagh14-Jun-09 21:17 
GeneralRe: b4 upload images check images/flash dimension Pin
Abhijit Jana14-Jun-09 21:37
professionalAbhijit Jana14-Jun-09 21:37 
AnswerRe: b4 upload images check images/flash dimension Pin
Abhijit Jana14-Jun-09 21:23
professionalAbhijit Jana14-Jun-09 21:23 
GeneralRe: b4 upload images check images/flash dimension Pin
Matt Cavanagh15-Jun-09 10:56
Matt Cavanagh15-Jun-09 10:56 
QuestionLimited Update in Table Pin
Girish48114-Jun-09 20:07
Girish48114-Jun-09 20:07 
AnswerRe: Limited Update in Table Pin
saanj14-Jun-09 20:11
saanj14-Jun-09 20:11 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 20:15
Girish48114-Jun-09 20:15 
GeneralRe: Limited Update in Table Pin
saanj14-Jun-09 20:26
saanj14-Jun-09 20:26 

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.