Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to display a message box after execution of save button code Pin
anuj sweet24-Apr-09 0:50
anuj sweet24-Apr-09 0:50 
GeneralRe: how to display a message box after execution of save button code Pin
antony beula24-Apr-09 3:57
antony beula24-Apr-09 3:57 
QuestionProblem in executing web site Pin
daddanakuna23-Apr-09 23:08
daddanakuna23-Apr-09 23:08 
AnswerRe: Problem in executing web site Pin
SayreCC23-Apr-09 23:30
SayreCC23-Apr-09 23:30 
AnswerRe: Problem in executing web site Pin
Rakesh Kapuriya23-Apr-09 23:41
Rakesh Kapuriya23-Apr-09 23:41 
GeneralRe: Problem in executing web site Pin
daddanakuna24-Apr-09 0:57
daddanakuna24-Apr-09 0:57 
QuestionIE 8- Creating New Troubles. Pin
Dev S23-Apr-09 21:52
Dev S23-Apr-09 21:52 
Questionhelp in coding /query for disbaling Pin
svknair23-Apr-09 21:46
svknair23-Apr-09 21:46 
i have a table with fiELds
pARTICULARS , MA, ME, MD, MV, MF, MP (CHAR 1)

electronics a e v
plastics e d
rubber a e d v f p

this table is displayed in a grid

i need to disable that cell of the grid which is blank
at present i have


i execute the query with a datareader
For I = 0 To grid1.Rows.Count - 1


qry="select particulars from table"

if datareader("ma")="" then
disable the cell
end if

if datareader("me")="" then
disable the cell
end if

if datareader("md")="" then
disable the cell
end if

next

i am not getting the desired thing . how do i exceute it
AnswerRe: help in coding /query for disbaling Pin
sekannak24-Apr-09 0:49
sekannak24-Apr-09 0:49 
GeneralRe: help in coding /query for disbaling Pin
sekannak24-Apr-09 2:01
sekannak24-Apr-09 2:01 
QuestionPosting value from one page to another Pin
IamAmit23-Apr-09 21:39
IamAmit23-Apr-09 21:39 
AnswerRe: Posting value from one page to another Pin
SeMartens23-Apr-09 21:50
SeMartens23-Apr-09 21:50 
GeneralRe: Posting value from one page to another Pin
IamAmit23-Apr-09 21:56
IamAmit23-Apr-09 21:56 
GeneralRe: Posting value from one page to another Pin
SeMartens23-Apr-09 22:25
SeMartens23-Apr-09 22:25 
GeneralRe: Posting value from one page to another Pin
IamAmit23-Apr-09 22:49
IamAmit23-Apr-09 22:49 
AnswerRe: Posting value from one page to another Pin
SayreCC23-Apr-09 22:06
SayreCC23-Apr-09 22:06 
GeneralRe: Posting value from one page to another Pin
IamAmit23-Apr-09 22:47
IamAmit23-Apr-09 22:47 
AnswerRe: Posting value from one page to another Pin
Dev S23-Apr-09 22:31
Dev S23-Apr-09 22:31 
GeneralRe: Posting value from one page to another Pin
IamAmit23-Apr-09 22:45
IamAmit23-Apr-09 22:45 
GeneralRe: Posting value from one page to another Pin
Dev S23-Apr-09 23:17
Dev S23-Apr-09 23:17 
QuestionEncoding Query String ? Pin
Subin Alex23-Apr-09 21:32
Subin Alex23-Apr-09 21:32 
AnswerRe: Encoding Query String ? Pin
SeMartens23-Apr-09 21:48
SeMartens23-Apr-09 21:48 
GeneralRe: Encoding Query String ? Pin
Subin Alex23-Apr-09 23:37
Subin Alex23-Apr-09 23:37 
GeneralRe: Encoding Query String ? Pin
SeMartens23-Apr-09 23:51
SeMartens23-Apr-09 23:51 
AnswerRe: Encoding Query String ? Pin
SayreCC23-Apr-09 22:11
SayreCC23-Apr-09 22:11 

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.