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

ASP.NET

 
GeneralRe: type validations Pin
Sonia Gupta5-Nov-07 21:02
Sonia Gupta5-Nov-07 21:02 
GeneralRe: type validations Pin
N a v a n e e t h5-Nov-07 21:10
N a v a n e e t h5-Nov-07 21:10 
GeneralRe: type validations Pin
Sonia Gupta5-Nov-07 21:46
Sonia Gupta5-Nov-07 21:46 
GeneralRe: type validations Pin
Piyush Vardhan Singh5-Nov-07 21:58
Piyush Vardhan Singh5-Nov-07 21:58 
GeneralRe: type validations Pin
Christian Graus5-Nov-07 21:41
protectorChristian Graus5-Nov-07 21:41 
QuestionMicrosoft OLE DB Provider for ODBC Drivers Error Pin
Kiran S. S.5-Nov-07 20:00
Kiran S. S.5-Nov-07 20:00 
AnswerRe: Microsoft OLE DB Provider for ODBC Drivers Error Pin
Michael Sync5-Nov-07 20:45
Michael Sync5-Nov-07 20:45 
Questionif condition Pin
niki_nilu5-Nov-07 19:50
niki_nilu5-Nov-07 19:50 
hello
i want if condition.
my code===
protected void btnSearch_Click1(object sender, EventArgs e)
{
string strDropdown = drpdwnAnalystName.SelectedItem.Text;
string strSecurityCode = txtSecurityCode.Text;
string strFromDate = dtpFrom.Text;
int flag = 0;
if (flag == 0)
{
funSearchSecurityCode();
}
if (drpdwnAnalystName.SelectedItem.Value == strDropdown)
{
funSearchAnalyst();
}
if (dtpFrom.Text == strFromDate)
{
funSearchFromDate();
}
funStyle();
funClear();
}

this code haven't error.but record is not display.
when i write only fist two if condition that time code is worked.record is display.
but when i take one more if condition that time record is not display.
so pls give me a write code.
Gayatri





Gayatri
AnswerRe: if condition Pin
Imran Khan Pathan5-Nov-07 19:56
Imran Khan Pathan5-Nov-07 19:56 
GeneralRe: if condition Pin
N a v a n e e t h5-Nov-07 20:18
N a v a n e e t h5-Nov-07 20:18 
GeneralRe: if condition Pin
Guffa5-Nov-07 20:32
Guffa5-Nov-07 20:32 
GeneralRe: if condition Pin
N a v a n e e t h5-Nov-07 20:36
N a v a n e e t h5-Nov-07 20:36 
AnswerRe: if condition Pin
Kiran S. S.5-Nov-07 20:09
Kiran S. S.5-Nov-07 20:09 
AnswerRe: if condition Pin
N a v a n e e t h5-Nov-07 20:21
N a v a n e e t h5-Nov-07 20:21 
GeneralRe: if condition Pin
niki_nilu6-Nov-07 23:57
niki_nilu6-Nov-07 23:57 
Questionpaging Pin
kiran@p2softech5-Nov-07 19:33
kiran@p2softech5-Nov-07 19:33 
AnswerRe: paging Pin
Imran Khan Pathan5-Nov-07 19:38
Imran Khan Pathan5-Nov-07 19:38 
AnswerRe: paging Pin
kuwl_mark5-Nov-07 20:23
kuwl_mark5-Nov-07 20:23 
QuestionGet Image color on mouse over Pin
Imran Khan Pathan5-Nov-07 19:21
Imran Khan Pathan5-Nov-07 19:21 
AnswerRe: Get Image color on mouse over Pin
N a v a n e e t h5-Nov-07 19:26
N a v a n e e t h5-Nov-07 19:26 
QuestionRemove Session in New Window Pin
sengottuvelud5-Nov-07 19:18
sengottuvelud5-Nov-07 19:18 
AnswerRe: Remove Session in New Window Pin
N a v a n e e t h5-Nov-07 19:31
N a v a n e e t h5-Nov-07 19:31 
QuestionHow to overlap the controls in ASP.NET2.0 Pin
varshavmane5-Nov-07 19:16
varshavmane5-Nov-07 19:16 
AnswerRe: How to overlap the controls in ASP.NET2.0 Pin
N a v a n e e t h5-Nov-07 19:21
N a v a n e e t h5-Nov-07 19:21 
GeneralRe: How to overlap the controls in ASP.NET2.0 Pin
varshavmane5-Nov-07 19:22
varshavmane5-Nov-07 19:22 

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.