Hello everyone,
I'm developing this website, basically it's asp.net pages(dev in WD2005) and a SQL DB (Express 2005), and I stuck with this error:" Invalid value for key 'attachdbfilename'...
Dear Experts,
I'm having some trouble finding a control within the EditItemTemplate of a formview.
I have listed my code below and how I'm trying to find the control.
Any help would b...
hi,
i am trying to create a signature flow, in which a series of users has to sign off on a certification, in order of course.
basic scenario:
1) user A gets an email notifying him to...
Currently I have a collection that stores an ID and value for a certain object. So in the table I've got something like this
EmployeeID | EmployeeName | EmployeeDisplayOrder
...
Hi
i am builting as ASP.NET application with C#...
i want to search a string in a string . e.g : 1st string is " Worship". 2nd string is " Love is God, Workship is God"
now i wan...
Hi, I am using the crystal reports XI version.
I need the column headers to stay on top while scrolling down the data. The column headers are present in the page header section. IS there a ...
Okay, I thought this would be simple and it probably is but I can't figure it out.
I've got a column in my database called "taxable" that is a tinyint. In the Gridview I've got the corresp...
I created a listbox and a button. The listbox gets filled with items by a databind with a database. What I want to do is have the end user select an item in the listbox, then press the butt...
I am using the following databound checkBoxList in a page:
<asp:CheckBoxList
ID="OrgList"
DataSourceID="dsOrganizations"
Dat...
I have the following code that when i run it I keep getting this error:
The SqlParameterCollection only accepts non-null SqlParameter type objects, not Boolean objects.
on intidVenue
...
I have a web page that uses ASP.NET AJAX controls. I have a simple piece of code that sets the focus to a control. I put it in the Page_PreRender() event handler. It works great when the page ...
Is there a format string I can use to only set the first letter of each word in the string to uppercase and leave the rest lower case? Thanks, Chris.
Hi, i am building an ASP.NET application
there is Global.asax file
void Application_Start(object sender, EventArgs e)
{
Session["PermanentlySatOFF"] = result;
}
...
Hi
I am trying to create a setup (msi) for a web application. Does anyone know how to create one in Visual Studio 2005, so that all the code behind files get compiled into the DLL.
I kno...
I am installing .net framework application on server with file system fat 32.
But gives error message --
"HTTP 404. The resource you are looking for (or one or its dependencies) could have...
Hi,
I need to use a VB.Net app to set a cookie in internet explorer so that the next time it connects to a site, it send the data in the request.
As a bit of background: I'm using a loca...
All,
I'm trying to find a good working example of Cache Dependencies written in ASP.NET with C#.
Everything i have (which isn't much) works in the sense that I can get the data, but if t...
Hello:
I'm new to .net development, coming from a traditional javascript/html .asp framework. I'm very frustrated, and I'm sure I'm overlooking something simple.
What I want to do is dyna...
I am trying to create a simple Custom Configuration Section in my VB.NET application that contains a collection of entries. Attached is my config file.
I don't need to write items back to ...
Using (C# .Net 2.0) XmlDocument, is there a way (without using XPath params) to
select a node with a criteria such that an attribute value equals something specific?
e.g XmlDocument.Select...
Hi experts,
I have a VB.Net 2005 application with a status strip at the bottom of my form. The strip has 3 labels. The labels display an instruction of what to do, the user's name etc et...
I have an ASP.net application, using VB.net. Framework 2.0. I have a modalpopupextender on a web page. I use the modal popupextender to display a panel. Inside the panel, I have a textbox to p...
Hi,
I've used SQL CTE query to get results from recursive categories table in my application.
I want to present them for choice in my ASP.NET 2.0 application as a Tree structure.
Can I us...
Hello,
How would I achieve this:
"SELECT Names from SomeTable" populates a 1-d array called CustomerNames
That array remains even though the user changes pages etc... Its pretty much ...
how do you perform a number formatting on a textbox please? (asp / c#)
123,456,679.00 currency format for example