Blogs
November 20, 2008
Filter by Category
Blogs
Author: Tom Hundley Created: 2/3/2008 3:42 PM
ASP.Net

By Tom Hundley on 7/8/2008 3:55 PM

The Telerik RadGrid automatically goes to the last page of the grid when inserting records, which is fine you don't care about seeing the newly inserted item.  This code will show you how to select the page and row which was just created.  The commented code at the bottom will also show you how to open the record in edit mode in cases where you need the page opened in such a manner. 

Simply subscribe to the PreRender event of the grid, enumerate the datasource directly to get the new records row index so that you can determine the page index and there you go.  Note that the Items collections on all of the grid objects only have the total number of items in that page, which is why you need to enumerate the datasource.

  ... Read More »

By Tom Hundley on 6/15/2008 12:26 AM

Remote testing of web services via HTTP was diabled by default after .Net 1.0, so now you can only invoke test methods with your browser on the server. 

Should you ever find the need to enable it again, add the following to the system.Web section of your web.config:

<webServices>
  <protocols< ... Read More »

By Tom Hundley on 2/3/2008 3:48 PM

This is a quick reference to the Microsoft documentation explaining the ASP.Net SQL providers.  All copyright belongs to Microsoft.

Read More »

By Tom Hundley on 2/3/2008 3:43 PM

This is a quick reference to the Microsoft documentation explaining how to use SQL Server for ASP.Net Session State.  All copyright belongs to Microsoft.

Read More »

Home  |  About Us  |  Services  |  Methodology  |  Clients  |  Careers  |  Blogs  |  Contact Us  |  Portal Login
Copyright© Elegant Software Solutions, LLC