Click here to Skip to main content
15,921,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 17:01
keyboard warrior20-May-08 17:01 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 17:03
FyreWyrm20-May-08 17:03 
GeneralRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 17:16
keyboard warrior20-May-08 17:16 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 17:22
FyreWyrm20-May-08 17:22 
GeneralRe: Hiding WSDL help page from a Web Service Pin
keyboard warrior20-May-08 17:58
keyboard warrior20-May-08 17:58 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm21-May-08 15:33
FyreWyrm21-May-08 15:33 
QuestionGridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 14:35
Jacob Dixon20-May-08 14:35 
AnswerRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 15:56
keyboard warrior20-May-08 15:56 
well let's take this one at a time.
first:
the date format issue.

Are you sure you don't need to do some kind of
Convert.ToDateTime(txtBeginningDate.Text) in order for the STRING in that text box to convert to DateTime? beause right now it is trying to take a set of characters and do something with them.

*You can only search legit by date when the field in the database is a DateTime field.


On your update command in the gridview make sure you have the Where clause set correctly. As in Update [tablename] Set [column name] = value WHERE id = ?
Does that make sense?

Check the update parameters in the gridview code to make sure it's using all the necessary ones. And by that I mean the where clause should use a column that identifies that record only.

Here's some help, could be quite a few things...if you want to narrow it down a bit Big Grin | :-D

-----------------------------------------------------------
"When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 16:57
Jacob Dixon20-May-08 16:57 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 17:07
Jacob Dixon20-May-08 17:07 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:19
keyboard warrior20-May-08 17:19 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:12
keyboard warrior20-May-08 17:12 
GeneralRe: GridView & SQLdatasourceproblems [modified] Pin
Jacob Dixon20-May-08 17:38
Jacob Dixon20-May-08 17:38 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 17:51
keyboard warrior20-May-08 17:51 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 18:04
Jacob Dixon20-May-08 18:04 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon20-May-08 18:13
Jacob Dixon20-May-08 18:13 
GeneralRe: GridView & SQLdatasourceproblems [modified] Pin
keyboard warrior20-May-08 18:24
keyboard warrior20-May-08 18:24 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 1:35
Jacob Dixon21-May-08 1:35 
GeneralRe: GridView & SQLdatasourceproblems Pin
keyboard warrior21-May-08 5:32
keyboard warrior21-May-08 5:32 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 15:37
Jacob Dixon21-May-08 15:37 
AnswerRe: GridView & SQLdatasourceproblems Pin
kinnuP20-May-08 21:03
kinnuP20-May-08 21:03 
GeneralRe: GridView & SQLdatasourceproblems Pin
Jacob Dixon21-May-08 1:32
Jacob Dixon21-May-08 1:32 
QuestionTextBox.text not showing in code behind Pin
DerekFL20-May-08 11:05
DerekFL20-May-08 11:05 
AnswerRe: TextBox.text not showing in code behind Pin
led mike20-May-08 11:55
led mike20-May-08 11:55 
AnswerRe: TextBox.text not showing in code behind Pin
keyboard warrior20-May-08 12:15
keyboard warrior20-May-08 12:15 

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.