Click here to Skip to main content
15,905,874 members

Videos


Page 8 of 56
3 4 5 6 7 8 9 10 11 12


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
141. help with connection string problem
The reason could be, your DataSource control which you use in the code might referring to the ConnectionString setting named "LocalSqlServer".Check your implementation place what key you are referring to.Point I noticed:IMO both connection string should not work as it is not...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 11 Apr 2011
Rating: 4.00/5 ( (1 vote))
142. Purpose of Declaring Protected webcontrol at the top of the page class-reg
I think, you are taking about the Designer file of a Page.This Designer.cs is the one which maintains all the controls you place inside your ASPX file. The coolest page is, it is auto generated. It maintained the properties and few details about your controls.
Venkatesh Mookkan Updated: 11 Apr 2011
Rating: 2.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
143. Null reference object exception
Change the code to,If ddlVCrop IsNot Nothing Then
Programming Languages » Visual Basic »
Venkatesh Mookkan Updated: 11 Apr 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
144. how to get runtime application directory in wpf
Environment object will give you the details you looking for.Environment.CurrentDirectoryMark it as answer if it is helpful
Venkatesh Mookkan Updated: 10 Apr 2011
Rating: 1.40/5 ( (3 votes))
145. Editing specifig datagrid column in codeside
You can use the Event Handler's argument.Most of the Arguments are derived from the RoutedEventArgs which has OriginalSource property. The OrignalSource would have the control which raised that particular event. In you case, it would be the TextBox (My guess, unless you have implemented in a...
Venkatesh Mookkan Updated: 10 Apr 2011
Rating: 5.00/5 ( (1 vote))
146. Creating DB back up using C#
May this same would help youSqlServer Backup/Restore Utility[^]The given sample is Windows Application. You understand the concept and implement it in a web application.Mark it as answer if it is helpful.
Venkatesh Mookkan Updated: 10 Apr 2011
Rating: 1.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 8 of 56
3 4 5 6 7 8 9 10 11 12