I want to compare two strings (containing comma seperated values), after...
Dear Sir/Madam, I am facing in my project one problem, i.e., i am getting check box list values ina string like 1,2,3,4.... and am inserting these values in Insert...
View ArticleProblem in providing roles to membership from code behind..
Hi All,I'm not able to provide roles to the users from my code behind. Initially I gave the roles using ASP.NET configuration tool. But when my application would be deployed the Admin needs to allocate...
View ArticleProblem in loading form
I am expereriencing a problem in loading a form. I have created a single form to add new detail and updating an existing detail. For update, I have binded its data in page load its working fine. But...
View Articlehow to display pic in asp:image using fileupload in asp.net
how to display pic in asp:image using fileupload in asp.net
View ArticleJavascript error in VS 2008 web site
I copied an old VS 2008 web site from one PC to another. This web site runs fine on the old PC. But I get this error when I run it on my new PC:JavaScript runtime error: Object doesn't support...
View ArticleA button on a FormView isn't working in IE10 on Windows 8
We've got an older ASP.NET WebForms website, currently written in VS 2010. It's running on a Windows 2003 R2 server, so it's in IIS 6. Recently we've had users call, saying that one of the pages...
View ArticleFilling a form in an external webpage
Hi all,I was having a windows application project where I was using webbrowser control to load an external webpage and simulate user to fill in a form in this external webpage. Now I want to do the...
View ArticlePrint html without page info on brother lable printer
HeyI am making a system where I need to print a adress lable. I am generating a html code from codebehind ("<h4>" + userName + "</h4><p>" + adress + "<br/>" + zipCity +...
View ArticleHow to edit my File Uploading Codes to support Chrome?
//<%@ Page Language="VB" AutoEventWireup="false" CodeFile="asp_upload3.aspx.vb" Inherits="Upload" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleASP compare validatory type=currency
I have 3 currency type inputs in a form. Here is the code:When I change the amount in one of the fields and update, the compare validator kicks off on existing valid data also and gives the error...
View ArticleNested ASCX usercontrol is not triggering event
I have an aspx page and two usercontrols (asc). The aspx page calls usercontrol-1 that has a formview and databound fields. Usercontrol-1 also calls usercontrol-2. Inside usercontrol-2 I have a...
View Articlegridview header & item style not aligned properly
i have a gridview with header width & itemstyle width defined in the design modeat run time i am applying css which has wrap set to true but sill when the grid is loaded though the width of header...
View ArticleElement [a user control] is not a known element.
I'm getting errors while trying to compile an ASP.NET app. This is an app that we converted from .NET 1.1 to 2.0. The error looks like this:Element 'ClientSystemMenu' is not a known element. This can...
View Articlesum of integer values in a lable retrive from database having formate ##,###.00
hi... allplz help me for this regard...I have 3 Label and want to sum of two values into third label with follow this formate.tostring("##,###.00;(## ,###.00);-")Explanation ...... example ..I featch...
View ArticleClass Property of DataTable Type.
I am working on a routine web form that diplays data from the database to the user and allows them to update that data. Traditionally, we used to achieve this by creating a class, functions to...
View ArticleNeed working example code for integrating paymentsense.co.uk payment gateway
I need working example code for integrating paymentsense.co.uk payment gateway in asp.net .I read everyting available (including resources) on their webiste but not able to understand how to proceed.I...
View Articleloading.gif issue using asp.net c#
hi alli am using a loading.gif file in my web page as same pixels but display quality is very poor. why?i am using asp.net c#how to display the original quality?how can i do?
View ArticleIssue with Linq To Entities in C#
I am trying to use Linq to Entites to convert a Guid in my database to a string. I have a CheckBoxListDTO. This DTO has 2 properties: Text and Value. They are both String data types. I have an error...
View ArticleHow to format the cell in Detail View using asp.net with c#
hi all,I have a Detai View I Want to Formate his cell (##,###.00) I Achive this in Grid View . But same Code Not work with DetailView-------.aspx page code........<asp:DetailsView ID="DetailsView3"...
View ArticleCommon Function In JavaScript
I have Create Common Function In JavaScript Check Box Check True at time DropDownList Enable otherwise Disable
View Article