I can't figure out why the following simple code is not working... I can't get the text box value "hello" to show up. In fact, I keep getting a blank page....any help is appreciated.
<%@ ...
The following sql gives the results I am showing in the attached screenshot:
"select aspU.UserName, p.Title, aspM.CreateDate as 'Registered On', MIN(c.Added) as 'Bought Bid Pack On'from asp...
I am trying to dynamically create a page with javascript window.open() and window.document.write(). I want users to be able to then use Internet Explorer's email page + outlook integration to...
p.floLatitude = dr.GetFloat(dr.GetOrdinal("Latitude"));
{"Specified cast is not valid."}
I have a gridview with paging enabled - page size is set to a single row - so what I would like to do is to cpature the datakey when the index is changed (as well as when the first row loads).
Hi Experts,
I'm building an asp.net web applicaiton in visual basic and have a treeview on my web page. The treeview control builds the tree based on the contents of a directory on my serv...
In the code below
How can I disable the tab panel via code behind?
Hi All,
[This may make me look an idiot!]
I am looking to download and install AJAX Futures within Visual Studio. All references to AJAX Futures takes me to here:
http://www.asp.net/d...
Hi experts
I have a strongly typed data layer and am using this to create a tableadapter to bind to a gridview. The problem I have is when I then try and edit one of the rows in the gridvie...
1. in the ascx of user control, i have (i have more fields but i will simplify it and only show one)
<li>
<label for="work_name01">Company Name:</label>
...
I have a page using an ajax form with ajax.beginform, only instead of updating the target div on submit, it renders a new page. The ajax script references are in the site.master file. Code b...
I am receiving the following error when I create a new user account using the Create User Wizard. The Create User Wizard will write all the data to the database, so the account does get create...
I'm trying to build a function that will export multiple GridViews on a page to Excel. I'm able to do it just fine with one GridView but can't find a solution for more than one. I'd really lik...
I've found a few solutions that explain how to calculate and display the sum of a bound column in a GridView control, but I need to do something a little different. I need the sum of the colu...
Hello,
ive got my asp.net calendar with 'DayWeek' in the SelectionMode property.
But how do i do to select the current week first time the page loads?
<table width="100%">
<tr>
<td class="lcol">
<label for="sex" class="left">
...
I am creating treeview nodes dynamically in code when I create a node I set the
newNode.SelectAction = TreeNodeSelectAction.Select
which makes the node selectable and when I manually click...
Hi,
I have coded in php to access the xml file. I want it to be in ASP.net to retrieve data from xml file. can u please help mem out with it. I have attached the required code
XML file
...
Hi,
I have a literal and a textbox on my form, the contents of the literal are set in the Page_load with no postback check. Viewstate has been disabled for both controls, yet when a postbac...
This is how i'm doing it at the moment. I'm sure i must be able to replace
DataSourceSelectArguments.Empty with "report_id" = c_reports.SelectedValue
Or something?
Thanks
Hi,
I need a CSS design with a header and three columns.
The header and the columns should be heigth=100% as there should be no scrolling possible.
Some time ago I allready did something...
I am working on a project I inherited from a former employee at the company I work for. I have some level of experience with C#, but essentially zero experience with ASP .NET so some of it is ...
Hi There
I have a update panel that contains a repeater and a control within the repeater.
On The page load I am trying to find the link button control within the repeater to change its ...
here is the code in aspx file
<asp:GridView id="UserGrid" Runat="Server" Caption="<b>Current Invoice</b>"
AutoGenerateColumns="False"
OnSel...
i get this error
Could not find stored procedure 'dbo.aspnet_Applications_CreateApplication'.