Issue implementing password validation
Good DayI am using the popular https://github.com/jzaefferer/jquery-validation validation plugin for my ASP.NET form.Now you will see that inside my <fieldset> elements, I have the original code...
View ArticleRegarding class instance and memory allocation c#
static void Main() { Employee e =new Employee(); } public class Employee { static int counter=0; double mydata = 500; private string _FirstName; public string FirstName { get { return _FirstName; } set...
View ArticleUnable to return to the previous page after login
Hello,I have a link at the top of my master page called "Account". If user not logged in and click on this link, the login page displays for the user to login. However, after the login, the browser...
View ArticleMenu Control and Menu Item Overlapping - Alignment Problem
Dear All,I have an menu which shows list of videos and pdf's. Its aligned in the left pane of the page in Vertical.Problem:1.when the menu binded, Menu control streches in width and overlaps with other...
View ArticleRun behind code with ModalPopup
Hi everyone,I have a website.I wanna people who visitors show a modal popup and running code behind.How do this issue.Could give me an example.Best Regards.Note : I don't use "Ajax.Toolkit."
View ArticleHow do you swap heading images for text on print in CSS?
Hello, I am using heading images for all of my h1, h2 and h3 text on my site. My question is, is there a bit of CSS that can swap out the images for text on the printouts so i don't have the color...
View ArticleAlternative to ListBox for more functionality?
Hi guys,I have a ListBox and I'd very much like to be able to:a. Change the color of the highlight bar that indicates text is selected.(After much trawling for solutions, I read: 'The selected color is...
View ArticleWithout Login, Facebook Page Tab Apps Not Appear
I have created a facebook application and created a page tab. When I am already logged in, I can see my application, but when I logout and copy my application url, it keeps loading and loading. One...
View ArticleForm user selection and ASP dynamic CSS options - Please Help
Hi All,Im a novice student trying to complete a project. I am trying to give the user 2 simple options using a HTML formfor a background colour. That colour will then be implemented across 3 simple...
View ArticleDynamic Page
How i build a dynamic page in asp.net. Means the content will change dynamically.A step by step procedure will help me.Thanks in AdvanceRamanuj
View ArticleDatalist checkbox Ajax click
Private Sub DataList1_ItemDataBound(sender As Object, e As System.Web.UI.WebControls.DataListItemEventArgs) Handles DataList1.ItemDataBound ...... Dim Attr As CheckBoxList = _...
View Articledynamically add rows for table ?
Helloi have below code. My problem is that1-) When i click link and new page be open then i come back first page, rows of tables removed. There is a way to save my rows of table ?2-) When i click...
View ArticleChat Editor with Emotion Character and Character Count
I want Chat Editor Only where user can write text including Emotion Character and Character Count and Personalize Text by Color, Font, Style.I need just only the editor. I have a limit of character for...
View ArticleFolder Access
My web application is located at a virtual directory in c:\webapps, however, I want to read/write/delete some file under d:\file directory. How to do this. Thanks
View ArticleHow do I bind a javascript class to a asp:linkbutton
I have a formview attached to a gridview so that when I click select on a record on my gridview, the record populates in the gridview. Now I want to open the formview in a lightbox, but I am running...
View ArticleMacro- Execute .exe after Post-Built Event
Hi, I want to write Post-build event in visual studio 2012. and I dont know how to write Macros to execute post built events. My simple requirement is, i just want to run an .exe file which is placed...
View ArticleUser control Added dynamicaly not exists in postback
Hi,I have added user control dynami cally but the User controls are not persist in Post back.can u help me in writing code to maintain the view state of User control added dynamically.Can any one...
View ArticleGet Value From Webservice
Hello , i have a webservice that connect to a db i need to retrive a value from this webservice let's say something like show me id_number from user table the id_number will type in a asp simple...
View ArticleUploading files into database
Hi,I'm uploading Doc file into database for a particular ID. When i'm updating the other fields corresponding to that ID without updating the file, the existing uploaded file gets deleted.How can i...
View ArticleButton click event is not firing on the second click for the user control
Hi all I have created a user control where I will have some 3 buttons on each and every button click I will assign a grid dynamically based on the button click with few values. Every thing works fine...
View Article