| Thread | Last Post | Replies |
|
| Aggravating Noob Question - Images won't display | 06 Mar 2008 19:21 GMT | 1 |
I'm an absolute newbie trying to teach myself asp.net from a dummies book and the web. Sorry in advance. I'm just trying to display images on my .aspx page. I've tried both of these approaches:
|
| Can't find my images folder - why? | 06 Mar 2008 19:03 GMT | 7 |
Sorry if this is a little off-topic here but can anyone explain why, when I launch my website from within VS, it can find my image files ok when they're in the root like so: <img src="Test.jpg">
|
| Data binding a Crystal report to an object in a web app | 06 Mar 2008 18:30 GMT | 1 |
We want to use Crystal Reports to print a page with customer info. However, we cannot connect a new report to our object! We have looked at the samples and done the same but to no avail. We cant even recreate the data connection in a new report in the sample web
|
| Dynamic ASP style sheet not working | 06 Mar 2008 17:40 GMT | 3 |
I am using a asp page to dynamically create a stylesheet my asp page creates the following css element when i call the asp page my typing the url in the browser. My asp page works fine............ body {
|
| Automatically create stubs for handling events from aspx/ascx source view? | 06 Mar 2008 16:09 GMT | 2 |
when I add a control like <asp:LinkButton runat="server" id="myLink" /> then I can switch to the design view and click on the OnClick event, enter a name for the handler, hit "Tab" and get an automatically
|
| EXECUTE permission denied on object 'aspnet_CheckSchemaVersion | 06 Mar 2008 16:09 GMT | 1 |
asp.net 3.5 I've created a database in Sql Server 2005 for my asp.net project. I used aspnet_regsql to add membership tables and stored procedures. Then I added a login/user to this database. Default schema for this user is
|
| Slow Rendering Page on First Access | 06 Mar 2008 15:51 GMT | 3 |
I have a page that take 10-15 seconds to load up the first time you access it. Once the page loads, it runs super quick, but that initial hit (like after an hour if no one has hit the page) takes a long time to come up. Just to rule out databases, and any other external thing I ...
|
| Assign confirm when doing GetPostBackClientHyperLink on a gridview | 06 Mar 2008 15:06 GMT | 2 |
i was wondering how to attach a js confirm to the following command e.Row.Cells[3].Attributes["onclick"] = Page.ClientScript.GetPostBackClientHyperlink(this.gvGrid, "MyCommand$" + "value123");
|
| Method not found | 06 Mar 2008 15:01 GMT | 3 |
I get this strange error in the code of a very simple aspx page just called to download a file. Do you have any idea about it ? (The same code works fine on another server)
|
| Why RangeValidator and RegularExpression cannot validate null values?? | 06 Mar 2008 14:50 GMT | 1 |
For example: http://quickstarts.asp.net/QuickStartv20/aspnet/samples/ctrlref/validation/Range Validator/RangeValidator1_cs.aspx How can make it validate null values easily??? thanks!
|
| Dynamic ASPX Style Sheet not Render in FireFox? | 06 Mar 2008 14:37 GMT | 6 |
Server is Win2K3/IIS6. I have an ASPX page with this in the <head> tag: <link rel="stylesheet" type="text/css" href="<% Response.Write( "http://" +
|
| where can I find some good-looking asp.net themes(skin file)?????????? | 06 Mar 2008 14:26 GMT | 1 |
where can I find some good-looking asp.net themes?????????? It's really time-consuming to write skins in asp.net 2.0......Where can i find some reusable skins? Thanks really!!!
|
| How can i use a windows forms dataset for my asp .net website or vice versa? | 06 Mar 2008 14:24 GMT | 1 |
I have a project that access data by asp .net intranet site and windows forms c# application. So i want a single dataset to be used by these 2 applications. But could not do that, the dataset from 1 would not even compile under another project.
|
| Javastript file still won't work... | 06 Mar 2008 13:08 GMT | 2 |
Hello. This is a repost because nothing has worked so far. I thought this was supposed to be simple. I'm trying to use a .js file for my javascript functions. I'm testing by only using one function The function works when it's at the top of my aspx file.
|
| Adding Membership Database to already hosted database | 06 Mar 2008 12:56 GMT | 1 |
I currently have a database with tables and data hosted with GoDaddy and now I want to add ASP.NET membership to restrict access and have people login etc. I have watched several videos on this from ASP.NET, but they are always working with a local installation not a remote
|