Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
i hav a function called loadstring
which loads the value for the controls of the   page
the function look 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)
            TDAwd.InnerText = rm.GetString("Awd", ci)
            TDAwdDes.InnerText = rm.GetString("Awddes", ci)
            TDAwdpic.InnerText = rm.GetString("Awdpi", ci)
            TDFreq.InnerText = rm.GetString("Freq", ci)
            TDAwdcri.InnerText = rm.GetString("Awdcri", ci)
            TDAwdSt.InnerText = rm.GetString("AwdSt", ci)
            TDAwdk.InnerText = rm.GetString("Awdk", ci)

i want to write tis code in common for all the pages
the problem is some controls will be there or will not be according to the page
for eg some pg will hav gridview and some will not..
here if control is not present in the pg its shows error

is their any way to solve tis
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 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 20:42
Girish48114-Jun-09 20:42 
GeneralRe: Limited Update in Table Pin
saanj14-Jun-09 20:56
saanj14-Jun-09 20:56 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 21:16
Girish48114-Jun-09 21:16 
GeneralRe: Limited Update in Table Pin
saanj14-Jun-09 23:28
saanj14-Jun-09 23:28 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 23:56
Girish48114-Jun-09 23:56 
GeneralRe: Limited Update in Table Pin
Girish48114-Jun-09 23:59
Girish48114-Jun-09 23:59 
GeneralRe: Limited Update in Table Pin
saanj15-Jun-09 2:24
saanj15-Jun-09 2:24 
GeneralRe: Limited Update in Table Pin
Girish48115-Jun-09 2:45
Girish48115-Jun-09 2:45 

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.