Select Query
Hai,I want to implement a Query in which ,1. Get the UserType from tblUser (select UserId,UserType from tblUser where EmailId=@Email and password=@Password)2.Based on the UserId i have to select the...
View ArticlePopulate ListView DropDown List based off entry in same ListView TextBox
This is a tricky one. I have a ListView1. In the InsertTemplate there is 4 textboxs. I am trying to populate three of the other textboxes with information based on what was enetered into the first...
View Articlesaving password in unreadable form in database via asp.net
what is the best way to store my password in unreadable form in database(Sql server 2008 r2).and also want to retrieve i.e. matching it while logging in.
View ArticleAccess control of different Contentplaceholder?
Hi,I have 4 contentplaceholder in masterpage. Every contentplaceholder has few control.now i need to access control of different contentplaceholder from different contentplace holder.How to do?
View ArticleDynamic Title Not Working Solution
I thought I would share my solution which I cobbled together from various posts.Tried everything to set the page title dynamically for a page that has a master page.Found a couple of posts when...
View Articleconvert postback to code behind
I am pulling data into a gridview. The code below will show two different buttons depending on the data. If a user clicks on either button it opens up another page that does an insert into a SQL table....
View Articlemenu item different backcolor for some items
Can you have a different backcolor for some items? I know you change the font color but say I want the Home item to be a different color than the rest. Appreciate any help!
View ArticleJavascript populated dropdown list access from code behind
hi thereI am working on a asp.net form where i got a two drop down box the second dropdown box list is populated according to the selection of value of the first dropdown box and the second dropdown...
View ArticlePassing data to PrintEvent Handler
Hi,I have a question about what is the right way to pass data to a Print Event Handler. I am using a shared variable.This works but i suspect that when its in production under heavy use it might...
View Articlequeuing up operation
not sure if this is a good place to post this, but i'm trying to get some sort of queue mechanism that would execute some code asynchronously or puts it in a queue and executes whenever that particula...
View ArticleTextbox with multiline keypress event not firing inside wizard control
Hi,I have a textbox with multiline in a wizard control:<asp:TextBox ID="txtCA" TextMode="MultiLine" runat="server" Height="100px" Width="400px"></asp:TextBox>The textxtbox is is second step...
View Articleconversion from web site to web application leaves namspace unrecognised
Hi all,I just converted from a web site to a web application project. It all compiles and build fine now but fails when I run the project with an unrecognised namespace reference. The failure is only...
View ArticleApplying Style Sheet In PDF
I have an application which have a Invoice.I am using Itextsharp dll to convert the the Invoice to PDF.I have one aspx page which contain the Text style sheet and a grid view ,But when It convert to...
View Articlehow can use javascript in aspx page in asp.net
functions and other feature of javascript ....how can i use with controls
View ArticleGetting An Xml Attributes In C##
i Cannot manage to get attributes to appear in my textbox from a xml filei can only get the elementsthats the xml file <?xml version="1.0" encoding="utf-8" ?><test> <question id="1"...
View ArticleUsing Dropdownmenu items to change the charttype
Hello I'm new to VB and ASP and have a problem that I cant find a solution for. I am using MSChart in an ASP Site in VB Language and I'm currently trying to change the charttype. I could change it in...
View ArticleLinkButton click, open new tab, passing id through hidden html input variable
I have an aspx webforms page with a repeater built through a user control. Each repeater item has a link button. What I want to happen is that when the linkbutton (on page A's user control) is...
View Articlenewsletter
Hi all,I've to build a newsletter from scratch.Is it safe to send massive emails in a loop on a page? I can't install anything on the server, and I'm worried about timeout.What do u suggest to build a...
View ArticleEdit delete in Gridview
Hello all,I have taken a gridview in web form and binded it with a data table. Every time I click a add button a new row is added to gridview. So far so good, but I have a problem while editing |...
View Article