Skip Forms Authentication to load a page using onClick event
I have a LoginPage.aspx linked to Forms Authentication. For visitors who wish to register to my site, there is a Link Button "Click Here".On Click Event of this button, I want to load...
View ArticleFileupload cancel's other image
Good day,I have a fileupload command onto my asp.net site. It runs fine to upload an image but when I go to upload a second image into the textbox it does cancel the first one and just show the string...
View ArticleHow to play audio files ?
i am having three mp3 files in my html form. Example : File-1.mp3 File-2.mp3 File-3.mp3 Now i can play and pause any File depending on my requirement. But i want to play single file at a time. When...
View Articledifference between shop cart and product catalog.
what is the difference between shop cart and product catalog.how we can configure product catalog on nopcommerce?Thanks
View Articlehow can i add google search box to my website
how can i add google search box to my website i am palning to add a search box in my website if user clicks on search button it has to search in google
View ArticleData bound in asp.net
<asp:DataList ID="DataList2" runat="server" RepeatDirection="Horizontal" OnItemCommand="dl_cmd" OnItemDataBound="dl_pag"><ItemTemplate><asp:LinkButton ID="link" runat="server"...
View ArticleWhat is the difference between out & ref keyword in c#?
When we should use out and when we go for ref.....? Can u explain with example....
View Articlenot getting data in 2nd dropdownlist
guysat runtime ..I am geeting data in 1st dropdownlistRStoCombo("select department_name,department_code from departments order by department_name", 0, 1, txddlist, "")but not getting data from databse...
View ArticleSearching on 404 page returns back to 404 page back
We have a 404 page. When we are in 404 page, we have search box. if we try to search from search box, it again returns to 404 page. How could we handle this?PS: My search button is inside user control...
View ArticleThe SMTP server requires a secure connection or the client was not...
I'm trying to do a reset password and recover password function. Therefore i used the smtp way to send the mail. However, i got an error from my try catch.The SMTP server requires a secure connection...
View ArticleShow finger icon on a button Text
I have a server button control when i m clicking i m going to some another page.My requirement is that on placing mouse on this button my mouse cursor should show as finger.Or is there any other way...
View ArticleBrowse a page that does NOT physically exist
Hello,I am working with an ASP.net code written by another person and CANNOT understand how a page that does NOT physically exist can be browsed. Inside the code there is something...
View ArticleAvoid refresh resending information
Hi, I have a textbox and a button. When I click the button an event handler is called but after clicking the button if I press refresh the event handler is also called. On both cases the IsPostBack is...
View Articleasp.net Logout not working
i am using this code to logout <asp:LoginView ID="LoginView" runat="server"><AnonymousTemplate><asp:LoginStatus ID="LoginStatus1" runat="server" onloggingout="LoginStatus1_LoggingOut"...
View ArticleCreating simple database application
Hi,I am new to this forum and also to asp.netI want to create simple databse application,which includes simple table named "Movie".The table contains column like ID,Tittle,Date.The table list movie...
View Articleput 2nd table at right hand side of 1st table
himastersI have 2 tables.1st table is generated at run time<% ssql = "select letter_office_code||' /'||letter_diary_no as ""Letter Ref"",letter_no as ""Letter...
View ArticleNavigation Menu Item click
Hello,I have a Navigation Menuitem called "HELP". If I click on that menuitem or tab, I want a new window to popup.How can I do this ? TIA
View Articlepagemethod not defined error in IFrame
In the Iframe i am displaying a page It has scriptmanager with EnablePagemethods=truethe method called by pagemethods is static and has declared as WebMethodbut in the button click which calls the...
View ArticleExcel File downloading page contents
Hi,I have excel file on my server and I want to send it client side. I have the follwing codeResponse.Buffer = true; Response.ClearContent(); Response.ContentType = "application/ms-excel";...
View Articleuser control in master page
how to show only 3 textbox in a child page when taking 5 textbox in master page ?
View Article