Display data from a DB field
Hi,Very simple question from this newbie.I have a standard .Net membership login system operating on my site to which I have added an one extra table (UserProfiles) to store a few extra pieces of info....
View ArticleJavascript for Google Analytics
Hi All, I have implemented Multiview now i need to add Google Analytics for very view. I am trying to track every view user has viewed. from 1 to 5. Following is the code in <head> tags:function...
View ArticlePass value of a textbox to a textbox inside detailsview...
Hi...As what the subject says...How do i pass the value of a textbox to another textbox that is inside a detailsview control when inserting?Thanks in advanced...
View ArticleSQL query having pivot and cross join giving duplicate values
Hi,I am getting duplicate values when I execute the following sql query. Where am I going wrong? Pl guide...BEGIN ;With Table1 AS ( SELECT EmpId,EmpName, MonthE as [MonthEmol], YearE as [YearEmol],...
View ArticleNeed help with array list
I need your help with creating an array list that contain the following Years 2011, 2012, 2013, and on January 1, 2014 the array list automatically add the current.How to I create an arraly list with...
View Articledropdownlist selection problem....
Hi1 dropdownlist........... 1textbox..............2dropdownlist..................2textbox.....................3rdtextbox.following things i want to do .1. onselection of 1st item from 1 dropdownlist...
View ArticleConverting Empty string data into integer variable
int One_ID = Convert.ToInt32("");above code throwing error while converting empty string into integer variable.Error: Input string not in a correct format.
View Articleset the DataTextField and the DataValueFields...
I have this code below and I need to set the DataTextField and the DataValueFields, how do I format my strings correctly? Will bind to list box.CODE int startYear = 2009; List<int> years = new...
View Article'delete' command in gridivew causes popup
I have a gridview that allow users to click on any row and a new window opens for them to view the full details of their information. The gridview also allows the user to 'Delete' any row they wish. I...
View ArticleNested Repeater with CheckBoxList
Good afternoon folks, I am new to ASP and also to this forum, so hopefully I'm posting this request in the correct section.I want to be able to click on the parent checkBox in my nested repeater which...
View ArticleHow to hide menu item
Hihow to hide menu item.i have wriitten code for hiding menu item.but it is not working.If user has admin rights admin panel should be displayed else it should be hidden.I have given the code...
View ArticleHow to get transaction id from paypal and return to own web site page
hii,when i click on paynow button page rediret to paypal account and payment successfull done transaction id generatedbut page not redirect to back my website thanks page and transaction id not show on...
View ArticleDatatable query to update rows
I have a datatable with the following fields: ID, Width, VALUE I have a form that gets populated dynamically depending on how many times a user clicks the add field button, and when a user does and...
View ArticleSurvey appication using asp.net and sqlserver
Can any one send the source code for survey application with sqlserver database . The source code I want to customize. and also should have some reports and graphical representaion in admin side. plz...
View ArticleSending Gridview with Image as Email
Please how can i send my gridview that contains images to a mail.Originally i can send the gridview as an email, but the image does not show, please how can i use embedded images or resource linking...
View ArticleEnable all TextBoxes inside a FormView on button click
Hi all,I have a button with the event Editbutton_Click linked within my c#.Each Textbox that is within my FormView is by default enabled. I have several TextBoxes (around 20), so manually going through...
View ArticleMessage wont display
This code validates that the user is created in the database. if its not, it kicks the user out. It works properly except that the message explaining to the user what has happened is not showing...
View Articlehi what is microsoft treeview
hi what is microsoft treeview and normal asp.net treeview . or both are same?where can i download microsoft treeview to use in .net program. pls help me. thank you.
View ArticleRefreshing the parent window when the current popup is closed
A simple question here:I have a page that has a HTML button to open a new page in a popup:<input ID="Button2" onclick="AddNewComment('L');" type="button" value="Add new comment" />Here is the...
View Articleunable to display ....data in letter from......section....
higuys'I am unbale to display data in letter from in run time. kindly see code and help me<%@ Page Language="VB" AspCompat="true" Explicit="false" EnableEventValidation="false" Inherits="myPage"...
View Article