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

ASP.NET

 
Questionnamespace? i dont see my classes? Pin
2hdass15-Apr-06 13:37
2hdass15-Apr-06 13:37 
AnswerRe: namespace? i dont see my classes? Pin
Jakob Farian Krarup15-Apr-06 20:04
Jakob Farian Krarup15-Apr-06 20:04 
Questionconfused on property Pin
MeterMan15-Apr-06 12:57
MeterMan15-Apr-06 12:57 
AnswerRe: confused on property Pin
MeterMan15-Apr-06 13:24
MeterMan15-Apr-06 13:24 
AnswerRe: confused on property Pin
Guffa15-Apr-06 15:19
Guffa15-Apr-06 15:19 
QuestionMaster Page, PostBack, and Request.Form Problem Pin
RX Maverick15-Apr-06 12:09
RX Maverick15-Apr-06 12:09 
AnswerRe: Master Page, PostBack, and Request.Form Problem Pin
Mike Ellison15-Apr-06 12:38
Mike Ellison15-Apr-06 12:38 
GeneralRe: Master Page, PostBack, and Request.Form Problem Pin
RX Maverick15-Apr-06 13:55
RX Maverick15-Apr-06 13:55 
Wow, don't know how I screwed that up, now that I can get the data I want, I'd like to use it in a SelectCommand...

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
If Search_Box.Text <> "" Then
Want_SQL.SelectCommand = "SELECT * FROM [Wanted Cost] WHERE [Name] LIKE '%" & Search_Box.Text & "%'"
Else
Want_SQL.SelectCommand = "SELECT * FROM [Wanted Cost]"
End If
End Sub

But it won't work the SelectCommand was changed (I made a label and added Label1.Text = Want_SQL.SelectCommand) but it wasn't run again. How do I fix that?

On another subject, I want to format a BoundField as Currency, what's the DataFormatString setting to do that? Is there somewhere I can find how to make DataFormatStrings?
GeneralRe: Master Page, PostBack, and Request.Form Problem Pin
RX Maverick15-Apr-06 14:33
RX Maverick15-Apr-06 14:33 
GeneralRe: Master Page, PostBack, and Request.Form Problem Pin
Mike Ellison15-Apr-06 17:05
Mike Ellison15-Apr-06 17:05 
Questionimage uploading Pin
TAREQ F ABUZUHRI15-Apr-06 9:43
TAREQ F ABUZUHRI15-Apr-06 9:43 
QuestionSaving an uploaded file on the server?? Pin
Nada Adel15-Apr-06 8:34
Nada Adel15-Apr-06 8:34 
QuestionSession State - Persistant Class? Pin
econner15-Apr-06 7:14
econner15-Apr-06 7:14 
QuestionASP.NET Scope of Public Shared Functions Pin
CKSierrabay15-Apr-06 4:34
CKSierrabay15-Apr-06 4:34 
AnswerRe: ASP.NET Scope of Public Shared Functions Pin
Guffa15-Apr-06 5:02
Guffa15-Apr-06 5:02 
QuestionHow to fill data to DataList, DataGrid that use client side code Pin
ndkit15-Apr-06 1:57
ndkit15-Apr-06 1:57 
Questiondifference btn asp and asp.net Pin
venugopaldigital15-Apr-06 0:42
venugopaldigital15-Apr-06 0:42 
AnswerRe: difference btn asp and asp.net Pin
munklefish15-Apr-06 2:31
munklefish15-Apr-06 2:31 
AnswerRe: difference btn asp and asp.net Pin
Mike Ellison15-Apr-06 2:32
Mike Ellison15-Apr-06 2:32 
AnswerRe: difference btn asp and asp.net Pin
KaKa'17-Apr-06 17:08
KaKa'17-Apr-06 17:08 
QuestionHelp with GridView Pin
Maqsood Ahmed14-Apr-06 22:34
Maqsood Ahmed14-Apr-06 22:34 
AnswerRe: Help with GridView Pin
Mike Ellison15-Apr-06 3:19
Mike Ellison15-Apr-06 3:19 
QuestionA very good site about "GridView" Pin
PlayGirl14-Apr-06 22:26
PlayGirl14-Apr-06 22:26 
QuestionHow to use submit form in Access Database ASP.Net Pin
Murtuza Husain Miyan Patel14-Apr-06 21:38
professionalMurtuza Husain Miyan Patel14-Apr-06 21:38 
AnswerRe: How to use submit form in Access Database ASP.Net Pin
Mike Ellison15-Apr-06 3:06
Mike Ellison15-Apr-06 3:06 

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.