Click here to Skip to main content
16,003,424 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: data adpter Pin
Sonia Gupta5-Jul-07 21:05
Sonia Gupta5-Jul-07 21:05 
GeneralRe: data adpter Pin
$h@ma!|@5-Jul-07 21:09
$h@ma!|@5-Jul-07 21:09 
GeneralRe: data adpter Pin
Sonia Gupta5-Jul-07 21:18
Sonia Gupta5-Jul-07 21:18 
GeneralRe: data adpter Pin
N a v a n e e t h5-Jul-07 21:33
N a v a n e e t h5-Jul-07 21:33 
GeneralRe: data adpter Pin
mohantfor.net5-Jul-07 21:10
mohantfor.net5-Jul-07 21:10 
AnswerRe: data adpter Pin
N a v a n e e t h5-Jul-07 21:32
N a v a n e e t h5-Jul-07 21:32 
GeneralRe: data adpter Pin
$h@ma!|@5-Jul-07 22:45
$h@ma!|@5-Jul-07 22:45 
QuestionStill i didnt get proper answer, help plz.........., Pin
Member 38798815-Jul-07 20:36
Member 38798815-Jul-07 20:36 
Hi i posted this msg already...,
Our members also said some answers...,
But still i didn t get proper answer...,
So,I am post one more time...,
Plz give me some solution for this probs...,

I am trying to display my grid cell value in grid textbox...,
So i used this following code...,
For Each fillgrdregtextbox As DataGridItem In dgrdmain1.Items
Dim AppRgHrs As TextBox = CType(fillgrdregtextbox.FindControl("txtAppRgHrs"), TextBox)
Dim AppOtHrs As TextBox = CType(fillgrdregtextbox.FindControl("txtAppOtHrs"), TextBox)
If fillgrdregtextbox.Cells(25).Text <> "" Then
AppRgHrs.Text = Val(fillgrdregtextbox.Cells(25).Text)
AppOtHrs.Text = Val(fillgrdregtextbox.Cells(26).Text)
ElseIf fillgrdregtextbox.Cells(27).Text <> "" Then
AppRgHrs.Text = Val(fillgrdregtextbox.Cells(27).Text)
AppOtHrs.Text = Val(fillgrdregtextbox.Cells(28).Text)
Else
AppRgHrs.Text = 0
AppOtHrs.Text = 0
End If
Next


In this that first if condition is working...,
But that elseif is not working...,(Mentioned in bold)
Instead of that i am getting 0 on there...,
how to solve it...,
Plz tell me...,
Advance thanks...,


Regards,
Magi

AnswerRe: Still i didnt get proper answer, help plz.........., Pin
Venkatesh Mookkan5-Jul-07 20:42
Venkatesh Mookkan5-Jul-07 20:42 
GeneralRe: Still i didnt get proper answer, help plz.........., Pin
Member 38798815-Jul-07 20:54
Member 38798815-Jul-07 20:54 
QuestionTo pop a value to a cascading Dropdown list Pin
codingrocks5-Jul-07 20:34
codingrocks5-Jul-07 20:34 
QuestionMaster pages Pin
Sonia Gupta5-Jul-07 20:24
Sonia Gupta5-Jul-07 20:24 
AnswerRe: Master pages Pin
$h@ma!|@5-Jul-07 20:37
$h@ma!|@5-Jul-07 20:37 
AnswerRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 20:51
Piyush Vardhan Singh5-Jul-07 20:51 
GeneralRe: Master pages Pin
Sonia Gupta5-Jul-07 20:54
Sonia Gupta5-Jul-07 20:54 
AnswerRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 20:56
Piyush Vardhan Singh5-Jul-07 20:56 
GeneralRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 21:05
Piyush Vardhan Singh5-Jul-07 21:05 
GeneralRe: Master pages Pin
Sonia Gupta5-Jul-07 21:08
Sonia Gupta5-Jul-07 21:08 
GeneralRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 21:30
Piyush Vardhan Singh5-Jul-07 21:30 
GeneralRe: Master pages Pin
Sonia Gupta5-Jul-07 21:33
Sonia Gupta5-Jul-07 21:33 
GeneralRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 21:39
Piyush Vardhan Singh5-Jul-07 21:39 
GeneralRe: Master pages Pin
Sonia Gupta5-Jul-07 21:22
Sonia Gupta5-Jul-07 21:22 
GeneralRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 21:46
Piyush Vardhan Singh5-Jul-07 21:46 
GeneralRe: Master pages Pin
Piyush Vardhan Singh5-Jul-07 21:51
Piyush Vardhan Singh5-Jul-07 21:51 
QuestionRe: Master pages Pin
Sathesh Sakthivel5-Jul-07 23:39
Sathesh Sakthivel5-Jul-07 23:39 

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.