| Thread | Last Post | Replies |
|
| Usercontrols and events (window properties) | 15 Jun 2008 06:26 GMT | 1 |
When developing a UserControl in VS 2005 with C # and once defined the events in usercontrol .... How can I make in the toolbar of the window properties (usercontrol) display the icon "events" and able to use the events automatically without
|
| Url Rewriting Trouble | 15 Jun 2008 02:41 GMT | 4 |
I'm using the free UrlRewriter.Net HttpModule to perform url rewrites on my website. Well, sort of. The thing is, I can't get the rewrites to work. After creating a configSection and adding the component to the httpModule section of my web.config file, I began writing rules. ...
|
| Rewrite URL this way, is it possible? | 15 Jun 2008 02:39 GMT | 8 |
We have a lot of legacy pages written in HTML or classic ASP. A lot of our web users bookmarked these pages. Now we will rewrite these HTML or classic ASP pages in ASP.NET 2.0 or 3.5.
|
| GridView1_RowCreated versus GridView1_RowDataBound | 14 Jun 2008 22:18 GMT | 3 |
i'm a little bit confused about the events GridView1_RowDataBound and GridView1_RowCreated. 1) Which is executed first? 2) if i want to fetch the value of a field using this code:
|
| Best practice - Connected/Disconnected mode - and more | 14 Jun 2008 18:09 GMT | 2 |
I'm looking for documentation with "Best Practice" for ASP.NET application In which case use Connected or Disconnected mode Typed dataset or not ? I didn'd find anything pertinent ....
|
| Inserting data | 14 Jun 2008 16:15 GMT | 1 |
Can anyone help me with this. I have two textboxes on a page (Name and Surname) and a button "Save". I also have a stored procedure (tbh_SaveUsers) that takes two parameters (@Name and @Surname). How can I bind the click event of the button so the text from both text boxes will ...
|
| Guid handling | 14 Jun 2008 14:50 GMT | 1 |
I have a drop down list on my page that lists some items returned from a database. Each item has its GUID (or uniqueidentifier). I have to (in code behind of the page) read this GUID, to hand it over to a query (stored procedure) that takes the GUID and looks for some data in a ...
|
| UpdatePanel, LinkButtons and RegisterAsyncPostBackControl | 14 Jun 2008 12:07 GMT | 1 |
I got a custom control, in which it's placed inside the UpdatePanel. The control contains some LinkButtons which post back to the same page. Actually, when these LinkButtons are clicked, the entire page is refreshed which is not the desired effect. I only need the UpdatePanel
|
| Positioning a popup relative to a table cell | 14 Jun 2008 09:28 GMT | 1 |
Some of the cells in my ASP.NET 2 table have a popup that appears when the user hovers the mouse over a text area that is indicated using an anchor tag. The popup is implemented as a DIV tag (position: relative) and is displayed and hidden using Javascript which calculates the ...
|
| AJAX Calendar extender issue | 14 Jun 2008 02:13 GMT | 2 |
I am using AJAX calendar extender.Everything is works fine on date selection from pop up image option but when i dont select a date and click outside on the page,calender remains poped up,it doesn't hide.It hides only when date is selected.Is there any workaround for this?
|
| <customErrors | 13 Jun 2008 20:38 GMT | 3 |
I have <customErrors .. in my web.config but the redirect does not kick in. What am I doing wrong? <customErrors defaultRedirect="Error.aspx" mode="On"> <error statusCode="404" redirect="Filenotfound.aspx"/>
|
| 3.5 Ajax Toolkit | 13 Jun 2008 18:51 GMT | 1 |
I just installed VS 2008 / .NET 3.5 I know that ajax is included in the box but previously, with .NET 2.0 and the Ajax Toolkit, I was able to drag and drop items from the Toolbox that are shown there http://asp.net/ajax/ajaxcontroltoolkit/samples/
|
| NUnit errors testing asp.net mvc with linq app | 13 Jun 2008 18:26 GMT | 2 |
I'm just playing with asp.net mvc and link-to-sql for the first time. I'm using visual web developer 2008. I create the project fine, choose nunit as my test framework in the wizard. Everything is fine, compiles and the tests work fine on the basic application. However ...
|
| permission denied | 13 Jun 2008 18:20 GMT | 4 |
I have a v1.1 web app that works on my local computer. However, running it at the host computer, the following breaks: when a viewer selects a different country, the State dropdown should repopulate with the new country's state/proviences.
|
| Working interchangeably with vbCrLf in a TextBox and <br> in a Label | 13 Jun 2008 18:04 GMT | 1 |
On one page I have a datalist where a message is bound to a label. On another page I have the datalist which allows for the insert of new message as well as being able to edit those messages. The editing (EditItemTemplate) has a textbox that loads the message into its text
|