Can a Web User Control (.ascx) use a CSS file for styling?
Here’s the source of a blank .acsx file I created called LogOnBox.
Here’s the source of a blank .acsx file I created called LogOnBox.
I want to change the querystring on the page where I write notes. When I save the note I want the querystring to have the entry for that note. So after the initial save the user can update based on the querystring. But to update the querystring I need to do full postback. Is there anyway to change the querystring like this?
I’m using my code-behind page to create a save button programmatically:
I have an enum like this:
I have an index.aspx (index.aspx.cs) which will include the body.aspx (body.aspx.cs) using Server.execute("body.aspx");
I’m working on a site where the images and other resources will be located on a separate domain from the main content of the site. We will use something like ‘www.example.com’ for the main site, and then ‘images.example.com’ for all extra resources for styles, etc.
I have a timed quartz.net job working fine on my dev machine, but once deployed to a remote server it is not triggering. I believe the job is scheduled ok, because if I postback, it tells me the job already exists (I normally check for postback however). The email code definitely works, as the ‘button1_click’ event sends emails successfully.
I am using Microsoft Enterprise Lip I I have this method to Insert resource in the website
I get this error down i don’t think it is permission problem and really i don’t know how to solve it.by the way I test the connectionStrings and it work fine
I need to pass a client ID to a Javascript function in the onblur event of an ASP.net control event like this:
when I want to load data from my mysql database I always get this error: