Click here to Skip to main content
15,908,768 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Hiding WSDL help page from a Web Service Pin
FyreWyrm20-May-08 16:53
FyreWyrm20-May-08 16:53 
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 
I am having problems getting this to work. I have it where it inserts the data from some text boxes above. So It Inserts and Deletes just fine.

When it comes to updating and search for in between dates I have problems.

Ok in the dialog for the update command it has the command for updating the fields. So when you click update in the grid view where are the commands that make it update? It will not update. When you change something and click UPDATE it just goes right back to what it was.

Also how do I search for between dates? I have two text boxes and set the
SQLdatasource1.SelectCommand = String.Format("SELECT * From [Clipboard] WHERE [Date] Between {0} AND {1}", txtBeginningDate.Text, txtEndDate.Text);

Now when you enter 05-05-2008 in the text boxes and hit my SEARCH button it says: Failed to convert nvarchar to int. Where is it converting to INT? I have it set to nvarchar???

BTW I am using MVS 2008 Pro, and I am not writing a lot of these commands. It is generated for me but I can't seem to get it to do those things.
AnswerRe: GridView & SQLdatasourceproblems Pin
keyboard warrior20-May-08 15:56
keyboard warrior20-May-08 15:56 
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 

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.