| Thread | Last Post | Replies |
|
| CSS Styles in MasterPage | 21 Mar 2006 07:13 GMT | 6 |
HEEELP!!!! I have a big problem :))))) How to use url in CSS stylesheet file that is linked into MasterPage. The tilda '~' (as shortcut to the root of the webserver) is not working, and
|
| Hover in a ASP.NET 2.0 LinkButton control | 21 Mar 2006 07:09 GMT | 4 |
Is there any way to do a kind of "a.hover" in an ASP.NET 2.0 LinkButton control? I mean, I need my LinkButton changes its color when the mouse hovers the control. Thank you very much.
|
| Building Web farm with ASP.NET 2.0 | 21 Mar 2006 07:05 GMT | 3 |
Folks, I am currently researching the possibilities to build up a Web farm based on ASP.NET 2.0. However, I can't find good guides and HOWTOs regarding this. I guess that there should be some load balancing infrastructure in front of
|
| Format DataItem as Currency and NO decimals | 21 Mar 2006 05:37 GMT | 1 |
Quick question - I have output from a Money MS SQL field going into a repeater's dataitem. The db does not store any cents (decimals). How can I get this on the page: <%#DataBinder.Eval(Container.DataItem, "Revenue", "{0:C}")%>
|
| detect the background color of a webpage or stylesheet | 21 Mar 2006 05:15 GMT | 2 |
I have a web page that allows user to referenced a stylesheet on my local network. Is there a way to detect the background color of this webpage? If I know the stylesheet that was used to set the background of my webpage, is there an easy way to know the property set for the
|
| How to limit the Textbox's Width???? | 21 Mar 2006 05:11 GMT | 2 |
I have a number of textboxes, lined up in a html table. I have split the table into different columns. The column widths are all relative, that is, % rather pixels or points so that it can grow / shrink. The textboxes are then placed into table cells and have their widths to be
|
| Retrieve SQL Data via VB Code (not sqldatasource control) | 21 Mar 2006 05:08 GMT | 1 |
I'm sure this has probably been answered before but I have not been successful in finding it. I would like to querie a SQL database in my ASP.NET 2.0 application via Visual Basic code. I need to be able to call a stored procedure and the loop
|
| Dropdownlist in usercontrol doesn't fire | 21 Mar 2006 05:03 GMT | 3 |
I have a user control with 3 dropdownlist when a user selects the first listbox based on his/her selection the 2 listbox will load based off the users selection from the 2nd listbox the 3rd listbox will load. My problem is the first listbox works but when the user selects the ...
|
| Asp.net Speed | 21 Mar 2006 04:57 GMT | 2 |
Have a web site running a Dot Net appliaction which is load pages very slow. Are there any setting in Windows 2003 to increase the speed of pages loading.
|
| Launch client evenet from server | 21 Mar 2006 04:56 GMT | 1 |
Is this possible: I need to populate an Outlook email form with data a user has entered + data from a database and then popup it up for review. I have written a VB script to trigger the popping up of the Outlook
|
| Help With machine.config file | 21 Mar 2006 04:47 GMT | 1 |
I am using Visual Studio.NEt 2003 and running aps.net v 1.1 I had a problem with a custom control as not being recognized in the machine.config file, so I decided to open it and simply take a look. It opened with Dreamweaver MX 2004 by default, and now I get :
|
| New SessionIds between PostBacks | 21 Mar 2006 03:48 GMT | 3 |
I have a page. When it loads up first time (!Page.IsPostBack) I get a different SessionId and when I post back the information the sessionid is different. Why is that so? How can I keep same sessionId? before and after postback.
|
| to read file .txt | 21 Mar 2006 02:34 GMT | 1 |
how I can read a file. txt, not until the end of this,but alone a line that is introduced like input for example: my input is line number 5? Then how can visualize the line in a tetx area? I shoul use readline method?
|
| Server.Transfer not working from Application_error for 404 events | 21 Mar 2006 02:30 GMT | 6 |
I am trying to remove dependence on the frameworks custom error mechanisms to get a site to work with google sitemaps, because they framework does a redirect 302 to the errorpage. Instead I am doing server.transfers from the applicaiton_error event.
|
| Is there any tool for SiteMapPath to automatically create the xml file? | 21 Mar 2006 02:06 GMT | 1 |
I want to use the Menu and SiteMapPath. But it looks like I have the create the xml file that stores the data by hand. What if I had a site with 500 pages? That seems to be to cumbersome. Is there a way to automatically generate the path file automatically?
|