Is there a way to set the meta:resourcekey property of a control programatically? Here's why I'm asking. I'm developing a multi-language app. I have a label on my form that will display err...
Hi.
I'm developing a website using ASP.NET and AjaxPro.
My project works fine as log as the site is within my wwwroot (IIS7).
But when I open it at an other server (IIS6) or using Visual ...
I have a web form comprised of a databound checkboxlist that has some html formatting in the labels of checked items. The control is enabled for editing for certain roles but is generally dis...
From server side code I need to come up with some way to open a new window navigating to a different url. I have server side code that has to run first to get the url. I tried Response.Write...
I have a AJAX tab control that is embedded in an update panel. Each panel holds a user control and forward and back buttons to go through the panel like a wizard. Each user control has validat...
My next project is converting a VB6 WinForm application to ASP.Net WebForm.
The main "hub" off the application is a form with a tab control. The tab control has 4 tabs.
Each tab has about ...
i create subdomain admin.mywebsite.com
i want to upload file
from this domain to my main domain
www.mywebsite.com 's image folder
how i do this
I am attempting to access a label control "Label1" in the Page_Load event of a page but is getting the error "Name 'Label1' not declared.
I am using visual web developer. The code is attac...
I am trying to create a custom UserControl for displaying and editing US phone numbers. On the editing side, I want to enforce numeric-only data entry in the TextBoxes by using JavaScript and...
I have created a page with a ReportViewer on it and have connected it to our reporting server. The problem is thou i get that error message: "The request failed with HTTP status 401: Unauthor...
I am trying to configure asp.net forms authentication for my web app with the following code in web.config:
<authentication mode="Forms">
<forms loginUrl="/Login/Default.aspx"
...
Ok this is a html table with a few links, I want to make invisible or better disabled a few of the links using c# code behind.
I tried to split the links in two tables so I could hide the h...
We've got a website which is having intermittent caching problems -- as soon as the user clears their cache the problems are not recreatable for some unforceable time for that user. The websi...
When I enable PageIndex="5" data did not show up. if I remove it; then it works. If I need to have custome no. of page to let say 5 do i have to use code behind. or how can the gridview work w...
Dear Friends,
you can see the related question, which is solved but the only problem is image,
the image is generating on the fly (barcode image) and added successfully in html but not ren...
Dear Experts,
I have one division in my html page and i have given a background image in css now i want to put anchor tag on bg image how its possible please tell me
I have two listview controls nested
An outer listview and an inner listview
The innerlistview is a set of checkboxes that are populated from a database
I want code that uses the find...
I am using ASP.NET 1.1 with vb.net and xsl. On an asp.net page I open a window as
window.open("events.aspx?fn=editEvent&eventId=" +evtId, "EditEvent", "width=660,height=900,location=no...
Greetings;
I have a GridView control with a DropDown control in cell 0.
I need to know what is the row in the GridView control after the DropDown control's SelectedIndexChanged event is ...
I am using visual web developer 2008 Express. I am using asp.net and vb.net. The server is running windows server 2003 sp2 with iis V6.0. I have installed the simapi-net2.0-5.0.2.msi and cop...
I am trying to create a web page. It should design the page at runtime with c#. Lets assume the following example:
1.there is a panel.
2. Inside the panel there is a HTML Table.
2. Inside H...
i have 4 image
1 big image
and 3 small image
i want when mouse over on any small image
big image url change to small image url
I have a situation where I need to provide a web interface for an end user where they will enter a string such as 12232009 into a field in a web form. I need to take this string and insert/upd...
I am trying to show or hide a control that is inside an ASCX control from the content page the control is on.
I have a list box and want to show/hide a calendar control based on the selecti...
Hi, i am reading about "Retrieving Data by Using an Entity Class". I need an example the use of ExecuteCommand and ExecuteQuery method