| Thread | Last Post | Replies |
|
| How to use membership in ASP.NET | 27 Oct 2007 12:48 GMT | 2 |
I'm new to asp.net. Can somebody point me to a tutorial that shows how to use membership/role/profile stuff in an aspx page All the tutorials I've seen only showed how to setup those providers, but not how to use them in a page.
|
| Easiest javascript code ever...but why can't I get it working? | 27 Oct 2007 10:56 GMT | 4 |
Hi all. I know you'll probably laugh at this, but I can't get a simple child browser to get the information from the parent browser. I'm familiar with JavaScript, but let's just say, not fluent (to put it mildly).
|
| Page Refresh firing event twice | 27 Oct 2007 03:03 GMT | 4 |
I am new to asp.net. Developing one web page. What i observed is at a time of refreshing page click event is firing twice. On some pc its not happening.
|
| problem publishing website | 27 Oct 2007 01:04 GMT | 1 |
I have a license file that has to be deployed in the same directory as the aspx pages that use it in order for a particular component to work. However, when I publish the webapp to our webserver it doesn't ever move this license file over with everything else. Is there a way I ...
|
| Single Application -> Multiple Databases | 26 Oct 2007 23:26 GMT | 4 |
We have a setup where we have a single web application, but the user can be attached to any of a hundred different (identically structured) databases depending on their login credentials. Currently we are storing the connection string in Session and in each page's
|
| HTTP Object and Retrieving HTML Programatically | 26 Oct 2007 22:16 GMT | 2 |
I am using ASP.Net 2.0 and VB.Net (although C#is ok also). I want to create an object/method/function that will take a URL as an input parameter and then return all of the HTML in that page. I also want to return the HTTP header information (response object).
|
| Is it possible to call a method defined in AnotherPage.aspx.cs? | 26 Oct 2007 20:32 GMT | 8 |
I know that we can re-use/share code by placing the code in App_Code. But, is it possible for MyPage.aspx.cs to call a method defined in AnotherPage.aspx.cs? Suppose, in AnotherPage.aspx.cs, we define a method which binds a
|
| Restrict Source Code from displaying | 26 Oct 2007 19:30 GMT | 7 |
Oct 26, 2007 03:30pm Hi all Is there a way to resticting:
|
| does page_load know | 26 Oct 2007 18:42 GMT | 7 |
hey all, does server-side page_load what button was pressed on a postback? thanks, rodchar
|
| possible to ignore xml errors? | 26 Oct 2007 18:34 GMT | 1 |
I am putting together a treeview from a web service (python script on a unix system) that generates the following xml code <toi Value="datetime.datetime(2007, 4, 2, 17, 23, 49, tzinfo=<UTC>)"/> I cannot bind the file into the treeview because the tzinfo=<UTC> causes
|
| Making Matching Client Code Available During Multiview View State Change | 26 Oct 2007 18:10 GMT | 1 |
In view "firstView" I have some HTML. When I transition to "secondView", the "firstView" HTML is still there when I view source even though the "secondView" HTML has been rendered on the page.
|
| Mapping Functions | 26 Oct 2007 16:55 GMT | 1 |
I'm looking for a map that the user can draw a box or circle in and it give back coordinates (like 4 coordinates for each corner), perferably it will postback after the circle is drawn. Will Live Earth or Google Maps do this?
|
| ASP.NET 2.0 menu seperator | 26 Oct 2007 16:42 GMT | 2 |
Hi, I'm using a menu control that uses a SiteMapDatasource to display menu items in a horizontal menu. I want a seperator between each menu item. If I use the StaticBottomSeperatorImageUrl property, the seperator is shown between each menu item but also after the last one,
|
| Help with client controls in Vista. | 26 Oct 2007 16:14 GMT | 1 |
Hi have an asp.net page which uses a client control which is embedded within the aspx page. I have tested this in IE 6 and 7and it works fine. When we run the same page in IE 7 on Vista we receive errors only when
|
| Capture child event in parent | 26 Oct 2007 16:14 GMT | 1 |
I have got a task and i would like to know ways how it could be done. I have got .aspx file and it includes user control (ascx) i want to do that after clicking edit button in user control tabs in parent(aspx) become disabled.
|