Click here to Skip to main content
16,005,389 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRemoving GridView columns at runtime? Pin
darren2412-Mar-07 5:14
darren2412-Mar-07 5:14 
AnswerRe: Removing GridView columns at runtime? Pin
SABhatti12-Mar-07 5:20
SABhatti12-Mar-07 5:20 
GeneralRe: Removing GridView columns at runtime? Pin
darren2412-Mar-07 6:03
darren2412-Mar-07 6:03 
GeneralRe: Removing GridView columns at runtime? Pin
darren2412-Mar-07 6:18
darren2412-Mar-07 6:18 
GeneralRe: Removing GridView columns at runtime? Pin
SABhatti12-Mar-07 7:54
SABhatti12-Mar-07 7:54 
AnswerRe: Removing GridView columns at runtime? Pin
Rhys Gravell12-Mar-07 6:46
professionalRhys Gravell12-Mar-07 6:46 
Questionclose modal dialouge box Pin
yesu prakash12-Mar-07 4:46
yesu prakash12-Mar-07 4:46 
AnswerRe: close modal dialouge box Pin
SABhatti12-Mar-07 5:24
SABhatti12-Mar-07 5:24 
AFAIK modal dialog is on client so cannot close it using vb code. you have to use javascript which you will call on onunload of body something like it..

when you open a dialog open it like
modaldlog = window.showMOdalDi... (where modaldlog is global var to page)

on unload of parent page
if(modaldlog){modaldlog.close();}

-----

QuestionLogin Error Pin
reddyamar_uk12-Mar-07 4:33
reddyamar_uk12-Mar-07 4:33 
AnswerRe: Login Error Pin
badgrs12-Mar-07 5:48
badgrs12-Mar-07 5:48 
AnswerRe: Login Error [modified] Pin
RichardGrimmer12-Mar-07 6:48
RichardGrimmer12-Mar-07 6:48 
QuestionRetrieving Full URL from a relative url Pin
dabs12-Mar-07 3:20
dabs12-Mar-07 3:20 
AnswerRe: Retrieving Full URL from a relative url Pin
Walter_H12-Mar-07 4:26
Walter_H12-Mar-07 4:26 
QuestionUpdating GridView row bound to ObjectDataSource Pin
mcs13012-Mar-07 3:47
mcs13012-Mar-07 3:47 
AnswerRe: Updating GridView row bound to ObjectDataSource Pin
mcs13012-Mar-07 16:52
mcs13012-Mar-07 16:52 
QuestionCan't Execute My content page Pin
Waheed AL Barghouthi12-Mar-07 3:46
Waheed AL Barghouthi12-Mar-07 3:46 
AnswerRe: Can't Execute My content page Pin
Imran Khan Pathan12-Mar-07 3:57
Imran Khan Pathan12-Mar-07 3:57 
GeneralRe: Can't Execute My content page Pin
Waheed AL Barghouthi12-Mar-07 6:28
Waheed AL Barghouthi12-Mar-07 6:28 
AnswerRe: Can't Execute My content page Pin
szukuro12-Mar-07 4:56
szukuro12-Mar-07 4:56 
QuestionCheckBox List Pin
w13RTH70Lo12-Mar-07 3:32
w13RTH70Lo12-Mar-07 3:32 
AnswerRe: CheckBox List Pin
SABhatti12-Mar-07 3:36
SABhatti12-Mar-07 3:36 
AnswerRe: CheckBox List Pin
Imran Khan Pathan12-Mar-07 3:41
Imran Khan Pathan12-Mar-07 3:41 
AnswerRe: CheckBox List Pin
postmaster@programmingknowledge.com12-Mar-07 4:28
postmaster@programmingknowledge.com12-Mar-07 4:28 
QuestionText Validation Pin
Wajihs12-Mar-07 3:15
Wajihs12-Mar-07 3:15 
AnswerRe: Text Validation Pin
SABhatti12-Mar-07 3:21
SABhatti12-Mar-07 3:21 

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.