Click here to Skip to main content
15,914,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Disable the File Save As Button Pin
.NET- India 5-Jun-07 23:39
.NET- India 5-Jun-07 23:39 
GeneralRe: Disable the File Save As Button Pin
badgrs6-Jun-07 0:28
badgrs6-Jun-07 0:28 
AnswerRe: Disable the File Save As Button Pin
RichardGrimmer6-Jun-07 5:21
RichardGrimmer6-Jun-07 5:21 
QuestionBulk Insertion Pin
24891285-Jun-07 20:25
24891285-Jun-07 20:25 
QuestionTo update the database after another user changes the data Pin
mukkanti0075-Jun-07 20:12
mukkanti0075-Jun-07 20:12 
QuestionSeaching in vs 2.0 Pin
n_gchaitra5-Jun-07 19:51
n_gchaitra5-Jun-07 19:51 
AnswerRe: Seaching in vs 2.0 Pin
Chetan Ranpariya5-Jun-07 21:05
Chetan Ranpariya5-Jun-07 21:05 
GeneralRe: Seaching in vs 2.0 Pin
n_gchaitra5-Jun-07 22:48
n_gchaitra5-Jun-07 22:48 
Hi Chetan,

I had tried by giving where,
sqlstr = "select 'LNO'=assetcode, 'SerialNo'=serialno, 'Model'=model, username, 'Mobile'=mobile from A_laptops where assetcode='" & Txtascd.Text.Trim & "' or mobile='" & txtmobile.Text.Trim & "' or model='" & a & "'or firstname='" & txtfname.Text.Trim & "' or lastname='" & Txtlname.Text.Trim & "'" + vstr + " order by lno asc"

When i enter some data in text box or select from drop down list, it works. But when all control are empty and if click search, it i want it to display all the rows present in the table,

if is give,
sqlstr = "select * from A_laptops" + vstr + " order by assetcode asc"
then, selected rows will not get displayed.

Do I have any alternative for this?


GeneralRe: Seaching in vs 2.0 Pin
n_gchaitra5-Jun-07 23:08
n_gchaitra5-Jun-07 23:08 
QuestionRe: Seaching in vs 2.0 Pin
Not Active6-Jun-07 5:22
mentorNot Active6-Jun-07 5:22 
QuestionUrgent Pin
jamesmani2k55-Jun-07 19:42
jamesmani2k55-Jun-07 19:42 
AnswerRe: Urgent Pin
badgrs5-Jun-07 22:31
badgrs5-Jun-07 22:31 
GeneralRe: Urgent Pin
jamesmani2k56-Jun-07 17:55
jamesmani2k56-Jun-07 17:55 
AnswerPlease read forum guidelines Pin
leckey6-Jun-07 4:06
leckey6-Jun-07 4:06 
QuestionGetting value of a label after clicking on delete button in Gridvew Pin
AaronNeo5-Jun-07 19:35
AaronNeo5-Jun-07 19:35 
AnswerRe: Getting value of a label after clicking on delete button in Gridvew Pin
Harini N K5-Jun-07 19:50
Harini N K5-Jun-07 19:50 
GeneralRe: Getting value of a label after clicking on delete button in Gridvew Pin
AaronNeo5-Jun-07 20:22
AaronNeo5-Jun-07 20:22 
QuestionActive directory Authentication Pin
alok_2k35-Jun-07 19:30
alok_2k35-Jun-07 19:30 
QuestionCheckedlist box Pin
Devkranth Kishore Vanja5-Jun-07 19:00
Devkranth Kishore Vanja5-Jun-07 19:00 
AnswerRe: Checkedlist box Pin
Chetan Ranpariya5-Jun-07 19:31
Chetan Ranpariya5-Jun-07 19:31 
GeneralRe: Checkedlist box Pin
Devkranth Kishore Vanja5-Jun-07 19:52
Devkranth Kishore Vanja5-Jun-07 19:52 
GeneralRe: Checkedlist box Pin
Venkatesh Mookkan6-Jun-07 0:05
Venkatesh Mookkan6-Jun-07 0:05 
QuestionSave html content to SqlServer Pin
freshonlineMax5-Jun-07 18:30
freshonlineMax5-Jun-07 18:30 
AnswerRe: Save html content to SqlServer Pin
Viral Upadhyay5-Jun-07 19:17
Viral Upadhyay5-Jun-07 19:17 
AnswerRe: Save html content to SqlServer Pin
koolprasad20035-Jun-07 19:31
professionalkoolprasad20035-Jun-07 19:31 

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.