Click here to Skip to main content
15,906,455 members

Videos


Page 10 of 10
1 2 3 4 5 6 7 8 9 10


181. how to hide master's button in content page
") %>
Programming Languages » C# 4.0 »
DominicZA Updated: 3 Jun 2011
Rating: ( (No votes))
182. Ajax AutoComplete Extender
Ok, step 1:Make your WebService. In your project, create a folder called Services, (not a necessity, but neat :P) Right click and say Add -> New Web Service. Lets call it WSAutoComplete. Now make it look like this:namespace Services{ /// /// Summary description for...
DominicZA Updated: 3 Jun 2011
Rating: ( (No votes))
183. How can I use C# Clipboard to get selected text from notepad
Is there anyway to use the Clipboard class to copy the selected text from the currently active process? I have a keyboard hook set up and I do catch the key press.Update: Well, I haven't tried anything because I dont know what to try! Is there a way for me to return to my program the...
DominicZA Updated: 2 Jun 2011
Rating: ( (No votes))
184. Reading Selected text into a variable
I need some way to determine if there is any selected text in the currently selected window. I have a hook set up on the keyboard so that I can catch the then copy that into my own "clipboard", but how can I find out the text that is selected?
Programming Languages » C# 4.0 »
DominicZA Updated: 2 Jun 2011
Rating: ( (No votes))
185. Create a SQL Procedure from C#
I am trying to create a SQL function from C#. The code for creating the function works fine in SQL but as soon as I try do it in C# it fails. I've narrowed it down to being the way C# formats the CommandText into a single line. This is my code#region Function Code string...
DominicZA Updated: 25 Apr 2011
Rating: ( (No votes))
186. Check if a column is a key
Is there a way in SQL to check whether a column is a Primary or Foreign key?
DominicZA Updated: 25 Apr 2011
Rating: 5.00/5 ( (1 vote))
187. ASP getting control types
Ok, so this is my problem. I have a custom ASP control that I have put in a Repeater control. My control consists of a CheckBox, a TextBox, and a HiddenField. On the control I have a public method called Save. All I want to do is loop through the controls of the repeater and when it finds my...
Web Development » ASP.NET »
DominicZA Updated: 12 Apr 2011
Rating: 4.00/5 ( (1 vote))

Page 10 of 10
1 2 3 4 5 6 7 8 9 10