| Thread | Last Post | Replies |
|
| Webrequest permission is denied | 11 Oct 2007 11:19 GMT | 3 |
We have pro hosting on networksolutions for an ecommerce site. We are trying to connect to authorize.net via webrequest. It seems that NetworkSolutions has medium trust level and overriding is not allowed. ( I have tried to change trust level and add the url in the
|
| Attribute not being added | 11 Oct 2007 11:04 GMT | 2 |
I am creating a control and I have the following: Protected Overloads Overrides Sub AddAttributesToRender(ByVal writer As HtmlTextWriter) With writer
|
| problem with referencing a control | 11 Oct 2007 10:12 GMT | 8 |
i have in an content page a fieldset containing a label, an iframe and a textarea: <asp:Content ID="Content1" ContentPlaceHolderID="main" Runat="Server"> <fieldset style="width:650px;">
|
| banner | 11 Oct 2007 09:54 GMT | 2 |
If i make a small banner in Flash 8, what's the best way to import it in ASP 2.0 ? Thanks
|
| Application_OnError handler not working | 11 Oct 2007 09:46 GMT | 2 |
I have a web application which has an error handling layer which is performing quite well. Any exceptions caught in a try/catch block are fed to this layer and they pass the exception to an error page which gives up some useful information.
|
| Forms authentication page not called | 11 Oct 2007 09:32 GMT | 7 |
I am writing ASP.NET application. I would like to use forms authenication. I created Login.aspx page and modified Web.config. Start page is Default.aspx. The problem is that Login.aspx is not called. Here is part of my Web.config.
|
| Question: Sitemap based on role | 11 Oct 2007 07:40 GMT | 1 |
Using ASP.NET 2.0 with Memberships. I have 2 folders, admin and client. Each folder has a sitemap file, admin.sitemap and client.sitemap, in the appropriate directory. I have a master page with a menu control.
|
| Printing batch of invoices | 11 Oct 2007 04:34 GMT | 4 |
I have an array of invoice keys that I need to loop through, display in a window on screen, then auto print, before looping to the next one, again displaying on screen, and then auto printing. I have my array sorted, and I am planning on building up the HTML
|
| Pastel Colors? | 11 Oct 2007 01:08 GMT | 3 |
I'm trying to set the background color of a datagrid cell into a pastel color. I can change this into other colors in the grid_ItemDataBound event thus: e.Item.Cells(3).BackColor = System.Drawing.Color.Green or
|
| No Page_Load event when loading .aspx page into iframe | 11 Oct 2007 00:21 GMT | 7 |
I am working on an ASP .NET application in Visual Studio 2005 and running IE7. This application has a page that contains an iframe which loads an .aspx page and hyperlinks that load the iframe with different .aspx pages. The
|
| Whats diference? | 10 Oct 2007 23:49 GMT | 7 |
Hi, what is diference between: File -> New Web Site and File -> New Project -> VB/C# -> Web Application
|
| exclude control in updatepanel from doing async postback | 10 Oct 2007 22:42 GMT | 1 |
I've got a GridView control in an updatepanel. Each row has two controls. one control only affects the display of things inside the update panel, so I want it to be asynchronous, but the other control affects things on the rest of the page which aren't inside an update panel. ...
|
| Compiler Error Message: BC30002 in the aspx page | 10 Oct 2007 21:56 GMT | 1 |
I have class named xRep.vb located at the App_Code folder. The below works just fine under the Visual Studio environment, but when running this code from the web server I am getting this err: Compiler Error Message: BC30002: Type 'xRep' is not defined. I copied the class even to ...
|
| quote error in response.write | 10 Oct 2007 20:16 GMT | 6 |
I can't figure this out, why am I getting ")" expected and ";" expected on this line? Response.Write("<input type=""hidden"" name=""item_number"" value="".COM, MLSNumber"">");
|
| AutoCompleteExtender | 10 Oct 2007 19:50 GMT | 1 |
I am using an AutoCompleteExtender. I created the .asmx file with the method GetWordList: <WebMethod()> _ Public Function GetWordList(ByVal prefixText As String, ByVal count
|