| Thread | Last Post | Replies |
|
| IsCrossPostBack always return false | 19 Jun 2006 08:20 GMT | 3 |
I've been trying for a while, but unfortunately I can't get a solutions, neighter I was able to find it in google. In the CrossPostBack referred page the property IsCrossPostBack is always set to false, while it should be set to true if the
|
| configSections | 19 Jun 2006 08:16 GMT | 6 |
I added the following to my web.config immediately beneath the opening <configuration> declaration of my ASP.NET V2 website: <configSections> <section name="urlrewrites" type="UrlRewrite" />
|
| ASP.NET 2.0 Website Administration Tool | 19 Jun 2006 08:05 GMT | 4 |
Can ASP.NET 2.0 Website Administration Tool be packaged with an application so clients can manage their own users? If not is an alternative available? Thanks Regards
|
| How to make a COM strong named? | 19 Jun 2006 06:25 GMT | 1 |
I have a COM that everytime I use tlbimp.exe to make a .NET dll from it. I want to make it strong named, because I want other .NET dlls that uses it be strong named. I know the regular way to make one of my *.cs files to be strong named with using
|
| how to pass parameters between asp.net to asp pages | 19 Jun 2006 06:22 GMT | 2 |
I have an aspx page who needs to open a asp page and pass some text parameters to it, I would have used the request.querystring but I'm afraid the data is too long.
|
| Trouble deploying an ASP.NET project that uses a SERVICE | 19 Jun 2006 06:15 GMT | 8 |
Hi Group, Please help ending my Nightmare! There's a Windows Service written in VC++ and I have an ASP.NET project that uses this sevice as a COM library. It just works fine in VS Internal Web Server and also in my
|
| asp.net 2.0 - aspx file to return xml? | 19 Jun 2006 04:24 GMT | 4 |
Hi. The question may be stupid, but when I try ti produce asp file that outputs xml the way I did it in 1.1 - by emptying the aspx file itself or adding something like <?xml version="1.0" encoding="utf-8" ?>
|
| Inserting a contextual JS function in a DataGrid LinkButton | 19 Jun 2006 02:25 GMT | 2 |
I hava a DataGrid with a bunch of columns. The first column ([0]) is a Username and the last column is set up like this: <asp:TemplateColumn> <ItemTemplate>
|
| GataGrid Command Link Problem | 19 Jun 2006 02:10 GMT | 7 |
I have a DataGrid where all the columns can be clicked to sort by that column. A very strange thing is happening: When the page is first displayed with my default sort order, a click on one of the ButtonColumn LinkButtons works just fine.
|
| MasterPages: How to improve the loading process of Contents (Graphics) | 19 Jun 2006 01:01 GMT | 5 |
Hi NG, I am relatively new to Web developement and have some questions to you. I've got a Masterpage where some graphics are embedded by CSS. They format the borders of tables, which store page content so it's just an optical
|
| Nested Ordered List | 18 Jun 2006 22:42 GMT | 5 |
I have a nested ol and I need help with the numbering. For example. <ol> <li>Sweet</li>
|
| How widely deployed is version 2.0 at this time? | 18 Jun 2006 22:21 GMT | 2 |
My web hosting provider (IX WebHosting) does not have version 2.0 of ASP.NET yet. Is this common or do most providers now have version 2.0? Thanks, -Carl
|
| Little help in ASP | 18 Jun 2006 22:20 GMT | 5 |
hi there to all...... Is it possible to fetch data records from other website and store in a database dynamically.... I mean to say i want to fetch data from a yellow pages website .......
|
| Website Administration Tool not working from published application | 18 Jun 2006 19:58 GMT | 7 |
When I try to run the Website Administration Tool from my published application using http://localhost/myapp/webadmin.axd I am getting a "resource not found" error message. I can use the Admin
|
| ht get column in DataRowItem of datagrid at OnItemDataBound | 18 Jun 2006 19:03 GMT | 3 |
For each row in a dataset bound to a datagrid, each row can differ by MyType ( ie 1, 2, 3, . . . ). for different MyType, I need to call different javascript functions and pass the values corresponding DataRow of the datagrid's cells
|