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 ArticleTriple 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 ArticleUpdatePanel 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 Articlehow 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 ArticleScriptManager 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 ArticleAccessing 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 ArticleHow 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 ArticleTableCell 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 ArticleMicrosoft 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 ArticlePivot 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 ArticleDraw 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 ArticleFilter 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 ArticleError 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 ArticleAutocomplete 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 ArticleASPX 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 ArticleTwo 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 ArticleDynamically 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 ArticleGridView1_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 ArticleWhen 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 ArticleNeed help to store data in a memory
Let's say, I've data as followingicNo icNoOld payerNme amt majikan kodMajikan...
View Article