Click here to Skip to main content
15,890,512 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Debugging Weirdness Pin
#realJSOP20-Aug-09 12:11
mve#realJSOP20-Aug-09 12:11 
QuestionCustomizing the Winfom WebBrowser control Pin
astibich219-Aug-09 18:08
astibich219-Aug-09 18:08 
AnswerRe: Customizing the Winfom WebBrowser control Pin
Nicholas Butler20-Aug-09 0:22
sitebuilderNicholas Butler20-Aug-09 0:22 
QuestionCustomization of the Installation setup in .net framework 2.0 Pin
Arokiamary19-Aug-09 18:02
Arokiamary19-Aug-09 18:02 
AnswerRe: Customization of the Installation setup in .net framework 2.0 Pin
Hristo-Bojilov20-Aug-09 3:04
Hristo-Bojilov20-Aug-09 3:04 
AnswerRe: Customization of the Installation setup in .net framework 2.0 Pin
Jack Vanderhorst20-Aug-09 12:48
Jack Vanderhorst20-Aug-09 12:48 
QuestionVPL GUI Pin
80noos0819-Aug-09 11:28
professional80noos0819-Aug-09 11:28 
QuestionASP.NET not executing Oracle query Pin
Hammad Mansoor18-Aug-09 20:45
Hammad Mansoor18-Aug-09 20:45 
Hi all

When I execute this query in Oracle I get perfect results.

1. SELECT * FROM TOTAL_CASES
2. WHERE (TRIM("NTN") = TRIM(:NTN)
3. OR '%'||upper("NAME")||'%' LIKE '%'||upper(:NAME)||'%')
4. AND (upper(TRIM("STATUS")) LIKE nvl(upper(TRIM(:STATUS)),'%'||''||'%'))

It means that if :STATUS is NULL then give all results matching step 3 or 4. If there is a value for :STATUS then also filter results according to that value.

This query gives accurate results when executed in SQL. However, I also use this to populate a Data Grid in ASP.NET. When STATUS is NULL in ASP.NET, the Data Grid shows no results. However, when I select value for the STATUS, then it shows results according to the value chosen for STATUS.

Please help me as to how to populate Data Grid when I select no value for STATUS.

Thanks.

Hammad
AnswerRe: ASP.NET not executing Oracle query Pin
Kalyan_A19-Aug-09 3:08
professionalKalyan_A19-Aug-09 3:08 
QuestionObfuscator Pin
Suren_112618-Aug-09 18:39
Suren_112618-Aug-09 18:39 
AnswerRe: Obfuscator Pin
Moreno Airoldi18-Aug-09 22:51
Moreno Airoldi18-Aug-09 22:51 
GeneralRe: Obfuscator Pin
Hristo-Bojilov19-Aug-09 1:41
Hristo-Bojilov19-Aug-09 1:41 
GeneralRe: Obfuscator Pin
Moreno Airoldi20-Aug-09 0:06
Moreno Airoldi20-Aug-09 0:06 
QuestionASP.Net Activex problem Pin
smamidi18-Aug-09 11:53
smamidi18-Aug-09 11:53 
QuestionMessage Removed Pin
18-Aug-09 6:20
professionalN_tro_P18-Aug-09 6:20 
AnswerRe: Program Icon when using a Setup Project Pin
Moreno Airoldi18-Aug-09 7:52
Moreno Airoldi18-Aug-09 7:52 
GeneralMessage Removed Pin
18-Aug-09 10:12
professionalN_tro_P18-Aug-09 10:12 
GeneralRe: Program Icon when using a Setup Project Pin
Moreno Airoldi18-Aug-09 14:26
Moreno Airoldi18-Aug-09 14:26 
GeneralMessage Removed Pin
20-Aug-09 10:14
professionalN_tro_P20-Aug-09 10:14 
GeneralRe: Program Icon when using a Setup Project Pin
Moreno Airoldi20-Aug-09 22:48
Moreno Airoldi20-Aug-09 22:48 
QuestionEnterpriseLibrary 4.1 Pin
Helfdane18-Aug-09 4:42
Helfdane18-Aug-09 4:42 
QuestionExport DataSet To Excel [modified] Pin
#realJSOP18-Aug-09 2:53
mve#realJSOP18-Aug-09 2:53 
AnswerRe: Export DataSet To Excel [modified] Pin
Eddy Vluggen18-Aug-09 5:21
professionalEddy Vluggen18-Aug-09 5:21 
QuestionMSBuild [modified] Pin
Tristan Rhodes18-Aug-09 0:45
Tristan Rhodes18-Aug-09 0:45 
QuestionHow to change type of JIT compiler Pin
Rohit Kulkarni18-Aug-09 0:33
Rohit Kulkarni18-Aug-09 0:33 

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.