Dear Friends,
I am using ASP.Net / GridView to list a number of cities.
Step one is to select the Country from a dropdownlist which is set to AutoPostBack=true.
The GridView is being po...
Hi,
I am at the moment writing a DAL layer where in each function returns DataSet or Integer or boolean values to the BAL Layer.
1) Is it necessary to create an Interface and inhert that...
I have a Website written in ASP.Net using VB in VS2005. All was working just fine when all of the sudden some asp:Button click events are no longer firing when I run in debug mode on my Window...
I have what seems to be a simple master page, where the Page's Body centering alignment and DIVs' Left Text alignment, cannot co-exist. This is driving me crazy!.
In the code below, is the ...
Hi experts.. I have a page that contains data within a gridview. In this same gridview, there are linked buttons to edit or delete one of the rows in the gridview. In addition, there is an e...
Hi All,
I am fiddling the asp.net's AJAXToolkit TabContainer...
Is there anyway of applying tab content specific code-behind code on a tab's OnClick event or similar?
Basically I need...
Hello everyone, I'm new with C# and here's what I'm trying to do:
I have a web page with a radio button list, On click I want to change the text color of all options to gray except the one t...
I have a custom Web user Control That I have created and placed on an ASP.NET Web Form. How do I send parameters to the Web user Control, update them and then send them back to the main Web F...
I have an asp.net form with a Save button and I need to display a message box with two Yes/No buttons when user clicks on it.
If user clicks on the Save button;
1.I am checking database to...
Hi,
In my web application, I needed to use AjaxControlToolkit Version 3.5 and I upgraded to that version. I needed to upgrade my 'System.Web.Extensions' assembly to version '3.5.0.0' from 1...
Hello all can anyone provide a sample of how to handle this split and find:
I have a file I read in with streamreader and I beleive I can use the ReadLine() to loop through each line but wh...
As you know, in Visual Studio when you create a new web project, you have two options:
1. Select "New Project" which gives you the option to create a "ASP.Net Web Application".
2. Select "...
Running iis6 / .net3.5
in system.web in web.config we have
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Cultur...
I have a TextBox inside custom User Control that has a TextChanged event and an auto postback. This works as expected -- when the text changes, the page posts back and the event handler is fir...
Hi Im using a aspxgridview. The grid has a built in option to enable selection of multiple rows. What I want to do is disable certain rows based on a value in a column in that row.
Say if ...
My ASP.NET application needs to run on a system that has the FIPS alogorithm policy enabled.
This causes ASP.NET to give the "This implementation is not part of the Windows Platform FIPS va...
How to disable refresh button in the browser?
Using C#, VS 2008, .NET 2.0,
I'm trying to dynamically format a Gridview based on one of the columns in the DataTable that's used to build the Gridview. For some reason, when I test the v...
Hi,
I am trying to set up an asp.net ecommerce site to be useable without javascript enabled. Currently a javascript function fires when the user clicks the add to cart button which updates...
Hi Ladies and Gentlemens,
How doesn't the GridView1_SelectedIndexChanged event work?
How have I to do in C# code (asp.net) to retrieve a particular row code in a gridView using this event?
...
I have a multiview control that has one FileUpload control in View1 and Four FileUpload controls in View 2 of the Multiview control which is presenting a challenge to me.
The problem is wh...
Hello there,
I have a datagrid, and among the grid I have a buttonField which will trigger update. I can find the datakeys with the following code and do the update. But how can I find the ...
I have the following sql command text I'm passing to perform an update on an XML field in SQL server. For the life of me, I can't figure out how to escape the double quotes to be seen as doub...
HI all,
Web app I'm working on is creating a PDF file, and now I need to open it in the browser.
I know I could probably use Response.Redirect("FileName.pdf"); but I need the pdf document...
I have a Telerik Tree and a Telerik Editor in the adjacent window as seen in the first picture below.
When the 'ToggleFullScreen' button is selected the editor expands as it should but th...