Quantcast
Channel: Web Forms
Browsing all 23244 articles
Browse latest View live

c# conversion ways / approaches

HI, I know there are different ways to make a convert. Here is an example: Label lblName = GvRow.FindControl("lblname") as Label; DropDownList ddl = (DropDownList)GvRow.FindControl("yourControlName");...

View Article


Triple DES issue in C#

I am encrypting a tab delimited file and storing the KEY and IV in the database as a string. Later on I am trying to use the same KEY and IV to decrypt the file and move it to the database. I am seeing...

View Article


UpdatePanel working local only. Doesn't work when I upload it

UpdatePanel working local only. Doesn't work when I upload itI tried this:http://forums.asp.net/t/1069974.aspx/1But still having the problem.

View Article

how to get 5 columns data in one text box

i have to get 5 coumns data in one text box , how can i do this ???

View Article

ScriptManager causes postback on a page with multiple report viewer controls

Hi,I am using aspx.net 4.0 and .net 4.5. I have an aspx page which has scriptmanager declaration and page contains multiple report viewer controls. When I run my application this page flickers due to...

View Article


Accessing Computer informtion Client Side

I am trying to automate an inventory program so that information can be retrieved from a remote PC then instered into a form to update the information.On the form I have a textbox and a button...

View Article

Image may be NSFW.
Clik here to view.

How to get the correct dll part on the webpage?

Hello. I made the USERCONTROL on dll for this question like the below, that is worked well in winform.namespace ClientModule { public partial class UIControl : UserControl { public UIControl() {...

View Article

TableCell CellcontactName = selectedRow.Cells[4]; // not working to get the...

protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "Select") { int index = Convert.ToInt32(e.CommandArgument); GridViewRow selectedRow =...

View Article


Microsoft JScript runtime error: 'Sys' is undefined

I have a new solution I am debugging in Visual Studio 2010.  I have a report viewer control, and a ScriptManager control, along with a few drop down lists on the page.  When I go to debug the ASPX page...

View Article


Pivot table on ASP.Net page Using Excel

Hello,   I need to transfer Excel workbook which has SQL query and uses Pivot table to display report, on web. I would prefer to use web site to disaply the info. Based on my research, it appears that...

View Article

Draw a line/highlight on the image

I have to create an online test form where I will have few images and students should circle the portion on the image, draw the lines on the image to highlight and once they submit the test, it should...

View Article

Filter like excel in asp.net

I need filter some thing like this in asp.nethttp://www.infragistics.com/products/aspnet/sample/data-grid/filtering-excel-style

View Article

Error In Configuring Multiple Web SiteMap Files

Hello,I want to have multiple sitemap files ,But Configuration is giving errors<siteMap defaultProvider="XmlSiteMapProvider" enabled="true"><providers><add name="XmlSiteMapProvider"...

View Article


Autocomplete loading in IE

I have used auto complete textbox it is working fine but there is a small problem in IE . The autocomplete loading is still showing even if autocomplete is done . It is working absolutely fine in...

View Article

ASPX pages are really slow, but really fast on a separate Application Pool in...

Our production website is running really slow. Everything that's ASPX runs slow, we created a small ASPX page that just prints the date and even that runs slow! (html and images are served fast)At...

View Article


Two queries in two tables

Kindly tell me what the mistake in this code(first insert the values but second qry does not inserted values) string qry = ("insert into...

View Article

Dynamically changing Label text based on Textbox change event.

Hello everyone: I have an ASP.NET page containing a form. On the form I have a Textbox with a TextChange event like this:<asp:TextBox ID="txtMonitorDataValues" runat="server"...

View Article


GridView1_RowCommand vs GridView1_RowDeleting or GridView1_RowEditing

Hi,appreciate your feedback.When using <asp:ButtonField,  the only properties I have is CommandName. also by default, the ButtonField once clicked it fires Gridview_RowCommand  and depending on the...

View Article

When click edit inside Gridview, No Update or Cancel buttons shows

Hi,The intention is to create a gridview that has edit/delete, I am able to reach this far, but when I click Edit, the gridview does not show Update , cancel buttons, I appreciate your help looking at...

View Article

Need help to store data in a memory

Let's say, I've data as followingicNo icNoOld payerNme amt majikan kodMajikan...

View Article
Browsing all 23244 articles
Browse latest View live