Click here to Skip to main content
16,008,299 members

Videos


Page 10 of 56
5 6 7 8 9 10 11 12 13 14


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
181. how to use Binding Expression in SQLDataSource
is more than enough I guess. Remove the "=" from the expression.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 30 Mar 2011
Rating: ( (No votes))
182. WPF ListBox scrollbar problem
Set ScrollViewer.CanContentScroll="False" for the ListBox and see.Update:Your code in a sample application works perfectly for me. May be you are messing up your ListBox by placing it inside a complex layout.Write up a sample application where you could repeat the scenario, and upload...
Venkatesh Mookkan Updated: 29 Mar 2011
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
183. Universal control to use in datagrid
You can accomplish this using CellTemplate (the property name should be similar) for the Column.Write a DataTemplate with DataTriggers. These DataTrigger would help in showing and hiding the different controls.Lets go to your problem:Did you checked whether the ValueChanged handler...
Venkatesh Mookkan Updated: 29 Mar 2011
Rating: 5.00/5 ( (1 vote))
184. get last date and compare it
You can get userid and last inserted enddate using the following query:SELECT DISTINCT userid, MAX(enddate) AS enddate FROM table1GROUP BY useridNow write your logic to update table2 as you like.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 29 Mar 2011
Rating: 5.00/5 ( (2 votes))
185. how i can publish my web site asp.net
You will find a menu under Build as "Publish Website". This menu is available for all editions of Visual Studio except Express edition.While Publishing, you can provide the FTP details and publish directly or publish in a local directory and copy it to server using any FTP tool is the proceed.
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 29 Mar 2011
Rating: ( (No votes))
186. GridView makes Unexpected behavior while editing
From the above scenario only thing I can guess is that you are calling the Bind() method from Page_Load event handler without checking IsPostback property.If you call Bind() method from Page_Load, try likeif (!IsPostback){ //YOUR CODE GOES HERE // Binding(YOUR_QUERY,...
Web Development » ASP.NET »
Venkatesh Mookkan Updated: 29 Mar 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
187. Filtrate collection of items in sqlserver 2005
Correction:...
Venkatesh Mookkan Updated: 28 Mar 2011
Rating: ( (No votes))
188. cant find flexgrid in vb 2010
You have to use DataGridView instead of FlexiGrid in VB. Things has been changed and the way you bound also changed in .NET.Google is your friend. You can find lots of articles to "How to use DataGridView"
Programming Languages » Visual Basic »
Venkatesh Mookkan Updated: 28 Mar 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 10 of 56
5 6 7 8 9 10 11 12 13 14