EXCEL DOWNLOAD NOT SHOWING PDF FILE
Hi,In a asp.net page they had uploaded 2 filesA PDF FILE A txt file i Attachments are saved in the database as binary formats.In a asp.net web page there is a grid view having columnsa)Nameb)Agec)...
View ArticleDB not being updated on host server
I have a simple Formview control with a few form fields which adds data to an Access DB. The process works perfectly on my local machine, but when I move it to my host server the DB is not...
View ArticleClient side validation on submit only
Hi,In a web form I have a text field (TF) with an associated validator, for example a RequiredFieldValidator (RFV), and a submit button (SB).1. When click on SB, client validation occurs, then page...
View Articleobject reference not set to instance of an object.
Hi, I get the following error message only when the application is run in some environments ( set of data or Windows version change in the environments). The only reason I can think of is that some...
View ArticleWordpress template into a .NET master page?
I've seen similar questions but none that exactly address my question.I want to take a wordpress template and create a .NET master page out of it. Same look, etc., but available to be used with a .NET...
View ArticleIssue with Ajax Modal Popup
I have a modal popup extender on my master page for my loading... process on post back. I just reformated a laptop and I keep seeing this error below when trying to run my application locally. Any idea...
View Articleprectect just admin page with password
Hi, I m trying to protect the admin page with a password, using authentication this way: <system.web><authentication mode="Forms"><forms loginUrl="Login.aspx" timeout="30"...
View ArticleThe RPC server is unavailable.
------------------------------------------------------------------------------------------------------------------------I'm trying to direct print a string to a network printer using this code.using...
View ArticleFont Style different From Design to Runtime
Hi AllI'm using Visual Studio 2010 and creating a ASP.net web site using C#. I have the following page:-<%@ Page Title="Main" Language="C#" MasterPageFile="~/Master Page/Site.master"...
View ArticleWindows authentication doesn't work .net4.0 ?
Hi,I have .net web application , I didn't start implementing my business logic i just implemented windows authentication when i run the application it is showing my DomainName/UserName, it's ok but i...
View ArticleUnable to disable a textbox after a value is selected in a dropdown box
Hi I have a dropdownbox "DropDownList2"in a template field. When a specific value is selected in the dropdown, I want another textbox "TimeStartTextBox" in the same row of the gridiew to be disabled....
View ArticleHow to display each rows of a table containing employee details along with...
How to display each rows of a table containing employee details along with its image in seperate grids with the coloum field displayedhorizontally tablename age image positionx...
View Articledynamic site navigation
Hello all:I am a VB6 developer and am new to ASP.Net and .Net in general. My question is concerning data driven site navigation.I am developing a webForms application and have a horizontal main menu...
View ArticleRun IE addon on page load of my aspx
hi..I have added this addon in google chrome its called IE Tab Multi (Enhance) https://chrome.google.com/webstore/detail/fnfnbeppfinmnjnjhedifcfllpcfgeea My Requirment Is:-When ever my aspx page runs...
View ArticleSome help for a programmer newbie(Html/JavaScript)
I'm looking for some help with my code to help me understand where i'm wrong. So if anybody have some knowlage about Html and JavaScript plis help me with this:This is the form that i'm using withing...
View Articlehow to ensure the Visual Web Developer Component Is Installed?
how to ensure the Visual Web Developer Component Is Installed or not for Migration VS1.1 to 4.0.Need Help for migration from VS1.1 to VS4.0?
View Articlehow to get my system IP ?
I have set some rights in Pertuculer IP so what can i doi have create code likestring strHostName = Dns.GetHostName(); IPHostEntry ipEntry = Dns.GetHostEntry(strHostName);...
View ArticleURL Open window - Browser Not showing Minimize & Maximize Buttons on Full...
Hi, it's my first project in asp.net, while I open the url in full screen mode, it's not showing the Minimize,Maximize& Close buttons to close the browser... So how to achieve this...
View ArticleConnection string issue?
I have a very simple form with a few textbox fields which inserts results into an Access2003 DB.When I test on my local machine (before transferring to my host server) everything functions as it...
View Articleduplicate rows are inserted
Hi I used executenonquery to insert values in database.after running the code,i am getting duplicate rows inserted in the table.SqlCommand sqlcmd = new SqlCommand("select max(UNo) as UNo from...
View Article