Refresh of page
Hello,I user on an older browser when displaying a certain page, always needs to hit the refresh button or PF5 in order to replace the screen with the current information.Is there a line of code I can...
View ArticleUnable to cast object error when looping thru table
What is wrong with either of these?I receive the following when i debug:Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.TextBox TextBox txtQty =...
View ArticleSend messages at specific time in a specific timezone.
I have an application which does a webservice calls and gets email address (var = emailId) and some hours in a time zone(var = emailHours) . These email hours are the hours between which the email...
View ArticleFile Upload using HTML input button
Hi,I have html file input buttonI want to save :File name File Extension File content in varbinary format After uploading i need to download the file on click of button Need help...File Upload control...
View ArticleCreating Drag Functionality with WEB PART
Hi Friends,I am trying to perform the drag functionality in the web site,I am copying the code from http://www.beansoftware.com/ASP.NET-Tutorials/Web-Parts.aspx link.Everything is achievable but i am...
View ArticleHow can i create lazy load page
How can i create lazy load page that display some images and then user press load more to load more without page refresh?Thanks for help.
View Articlepassword recovery
I am using asp:login in my website. Here i added password recovery option here.When i click on the forgot password link, i am showing password recovery form. Bye default it is asking for username. I...
View ArticleNested User Controls View State Accessibility
Can we access view state of one user contol in another in an asp.net page
View ArticleSCRIPT1002: Syntax error in IE10
Hi,I'm seeingSCRIPT1002: Syntax errorleftpane.aspx, line 1 character 30in my aspx page in IE10. I don't see any issues in IE9 or previous versions.Below I have posted the aspx source code. Am I missing...
View Articleprevent users from entering page
Hi, I've a page where the user enters his password and redirects him to another page (querystring) where he can modify his profil. the problem is that everyone can enter this page by changing the url...
View ArticleAvoid Executing twice Server-Side Click Event of a Button
Please let me know...Best way of avoiding execution of Button_Click Event on server-side for more than one time.Currently I'm using following approach://added a page prerender event to initialize...
View ArticleWebpage looks differently in design and webpage.
How do i make my design page in Visual Studio 2012 looks exactly the same as my webpage. My design page of my master page in Visual Studio is so screwed up and messy like...
View ArticleFile Upload control returns false when it is inside update panel.
Hi,Inside update panel i had 2 dependent drop downs and a file upload button.When i browse a file and click submit,it returns false as shown belowif(File1.HasFile) -- return false if placed inside...
View ArticleHow to distroy all session veriables, ASP.NET, VB.NET
Hello everyone,I have a master page with a top menu (Customers) that consists of dropdown submenus - Add New Customer and Update Customer Info. When I clicked on "Add New Customer" for the first time,...
View ArticleGoogle Chrome image flicker on postback
Hi,Whenever I refresh my browser, exclusively in Chrome (IE + Firefox work fine), I have weird flickering that occurs with my background image. No threads related to this seem to have figured out a...
View ArticleInvalid 32 bit application exception
I have two identical websites each having two c# projects inside. In each of the sites all two of projects are set to compile for Any CPU and the Web site under configuration .Net. While deploying...
View ArticleASP.Net Scheduling Program
Hello everyone and thanks for your help in advance. I need to develop a scheduling application for multiple doctors in a health care facility. I have looked at things like DayPilot, but don't think...
View ArticleForce HTML ControlID for MasterPage?
I have a site that uses masterpages and want the names to show correctly in the HTML. I have the ClientIDMode set to static and for all of the regular contrtols the names are correct. But for the...
View ArticleListBox Data
I have an web application with dropdowlist, two textboxes, Listbox and button "AddAll"<asp:Label ID="lblYear" runat="server" Text="Year:" Font-Bold ="True" Width="37px" CssClass ="left" Font-Names...
View Articlewhat is the best way to use a camera attached to a PC using using a web app...
I Use the FileUpload to upload images from a file, but I would like to capture a picture direclly from a camera attached to PC. How do I do that?
View Article