| Thread | Last Post | Replies |
|
| ASP FSO File Name Problem | 26 Jul 2007 07:55 GMT | 1 |
I have a script that reads a directory and creates a xml doc based on that directory. I just got the file count and walked through it adding lines to the xml. I used
|
| Any performance variations between dataset and xmldatasource control? | 26 Jul 2007 07:43 GMT | 1 |
Is one better than the other with handling xml files? Ashok
|
| detailview insert if there is no record | 26 Jul 2007 07:16 GMT | 1 |
I use detailView to edit, insert and delete data. It gets value from datagrid.selectedvalue. How can i insert a record initially. If there is not any record in the grid, still i would like to have Insert from details view. can i do this, please advise me
|
| Project from a Project "template" | 26 Jul 2007 05:33 GMT | 1 |
I have a project that I designed to be a "template" for other projects. It has all of the authentication and security functionality but is otherwise an empty project. How can I create a new project from this "template" ? Do I have to create
|
| Could I add component to toolbox in VS2005 WebSite Project? | 26 Jul 2007 03:40 GMT | 2 |
I wrote a component with ComponentDesigner to let users drag and drop it to WebPage from toolbox directly. Just like the behavior of dataAdapter. But it works fine on ASP.NET 1.1 but not on ASP.NET 2.0.
|
| Why 90 seconds timeout limit doesn't work? | 26 Jul 2007 02:57 GMT | 2 |
I have one webservice A calling another webserivce B. B is time costing and sometimes the response takes more than 160 seconds. A is supposed to be Thread.Abort in 90 seconds. However, the 90 seconds time limit doesn't work. It only get "The operation has timed out"
|
| gridview properties for excel export | 26 Jul 2007 02:38 GMT | 6 |
Hi, I'm looking for information about gridview's cell properties... I've the following case: one gridview with alternatirg row style and normalrowstyle, 3 o 4 custom styles that are applied to cells in the row_databound event, and now I nedd to do a excel export of the gridview
|
| Digesting a Doc file | 26 Jul 2007 01:56 GMT | 2 |
I need to process an uploaded Microsoft Word Doc file by striping out words and phrases and putting them in strings to do full text searches on. Are there any objects available for .Net 2.0 that will process a .Doc file? Thanks,
|
| XmlDataSource | 26 Jul 2007 01:25 GMT | 1 |
I am using an XmlDataSource to modify data in an xml file located on my web server. I want to be able to rollback changes made to the XmlDataSource since the last time I used the save method. How can I do this?
|
| Search within 50 miles of xxxx zipcode | 26 Jul 2007 00:46 GMT | 6 |
I need to be able to provide a proximity search by zip code. I have a table of job opportunities with the zip code where they exist. So I need to be able to list zip codes that are within xx miles of 99999 zip code. How is this done?
|
| Cache Expiration | 26 Jul 2007 00:32 GMT | 1 |
What is the default expiration policy for Insert(key, object) ?
|
| enumerating through page.controls | 25 Jul 2007 22:16 GMT | 3 |
I have an asp.net 2.0 web app that has an aspx page that has a Master page. The Master page has the <form runat="server"> defined on it. Now the aspx page has a UserControl that has a bunch of fields and fieldvalidators. Inside the code behind of the ascx usercontrol I am trying ...
|
| Unable to post to this group | 25 Jul 2007 21:07 GMT | 10 |
This is the second time in a few weeks that I write posts that never show up in the group. Is there something wrong with this group? Does anyone have similar experiences?
|
| custom datasource control | 25 Jul 2007 20:56 GMT | 1 |
hey all, you know how asp.net 2.0 has the sqldatasource and objectdatasource controls you can drag on to a web page well i saw an example that had a custom datasource control on the page and was wondering where do you drag that from?
|
| validationgroup property origin ? | 25 Jul 2007 20:36 GMT | 1 |
I'm wondering in which class or interface the validationgroup property originates. i have created a web user control that uses the validation group property on textboxes, dropdownlist, validators etc..
|