13,153 Topics
| |
Hi, I am working with a web application with MySQL as the backend in asp.net. I need to insert values in a table called ACS. The code is working fine and i am able to insert values. But the problem i am facing is the values are getting stored as … | |
I have created deployment procejct which registers COM object. The output file is a setup.msi file. After installation I moved file into other directory. While unistalling app I recived error "the feature you are trying to use is on a network resource that is unavailable" so I must point directory … | |
How do I name the dll's according to my wish when I publish the website. It just names the dll's into some gibberish name. it creates so many dll's and in the properties of the project there is no dll naming column for websites. is it only for web applications … | |
Hi, I am getting this error at runtime: object reference not set to an instance of object my question is that am i using stringbuilder array correctly here. Because I am new in C#. and i think its the problem with my stringbuilder array. Below is the code: [CODE]using System; … | |
Hi, I'm new to asp.net and C# and I want to ask how to implement a session login using asp.net and C#. where i will connect it to my database. Please advise. Thanks. | |
Hi Guys! I am using the following Connection Strings for ms sql. I am new in programing so help me. Eror: [B]Description: [/B]An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in … | |
Dear Experts, Thanks in advance for helping me I have installed an application (APWebGrabber) on my VPS, that application is being used in my website. APWebGrbNET.DLL is already in BIN Folder of my site. I am getting this error. Plz Help Me. ERROR CODE: Compilation Error Description: An error occurred … | |
Dear Experts, May be this thread is not related to this forum, BUT THERE IS LINK WITH THIS FORUM. I am using ASP.Net with Third party Application "WegGrabber" I traced out the ERROR oon VS 2008; At this point [COLOR="Red"]Server.Execute(pg, wtr);[/COLOR] [code] <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ Import … | |
I have started the familiarize myself with WPF and have gotten stuck with the ListView I've read a lot of documentation about binding and I can't seem to find how to populate a ListView programmatically. It seems like a lot of work to create the binding and classes, etc, just … | |
Hi, I have a usercontrol that is dynamically created on the canvas of my application. after a good amount of time over the net, i couldnt get the answer for the below. how do I align the usercontrol to the canvas left, center, top, bottom and right alignments on the … | |
Hi Please hang on with me on this one, I would appreciate any advice or insight please.... I come from a coldfusion background, where setting up a connection to a database (Oracle, MYSQL SQL Server etc) was was easy as filling in a few fields in the datasource screen in … | |
hello all, am having a problem visulazing data from a table using c#. please i will be glad if u can help, i have actually done it on win form but i really need it on the web. Regards | |
Hi dear S/W Eng and Asp.net c# Developer. I am facing a big problem during converting a textbox value to decimal. baceous the Database type of that variable is decimal(4,4) that is client requirement.From front end when we passing a value like 1234.0000 MSSQL throws exception "Fail to convert numeric … | |
Hi dear S/W Eng and Asp.net c# Developer. I am facing a big problem during converting a textbox value to decimal. baceous the Database type of that variable is decimal(4,4) that is client requirement.From front end when we passing a value like 1234.0000 MSSQL throws exception "Fail to convert numeric … | |
So I have a menu on the master page that is in a table, and I want to change the background of the cell that the clicked link is in depending on the page the user is on. I tried adding this function on the master page [CODE] public void … | |
Dear Experts, Thanks in advance for helping me out. I am new to C# as well asp.net. I have already running appllication asp.net , needs to change in asp file with C# code. Scenario: My application is using third party software "activepdf server,webgrabber" to convert and print to pdf. BUT … | |
I have created a table into my database which has a coloumn with datatype defined as DATETIME. The normal SQL date order is MM-DD-YYYY, however I need to enter it in format DD-MM-YYYY. Is it possible to insert into SQL SERVER database where field is formatted as DATETIME , a … | |
I have an UltraGrid Where Each cells Contains UltraControlContainerEditor inside that we have a UltraPanel and UltraPanel Contains UltraCheckEditor.All these Controls m creating Dynamically and are added as EditingControl. In short I have controls inside cell of the ultragrid. Now I want to knw Whether my checkbox is checked or … | |
Hi all I am using asp.net 4.0 for my application that connects to sql server 2008 via ADO.Net Entity Framework. When there is bit increase in traffic the site goes down. I notice below error in event management [QUOTE]Execution of the command requires an open and available connection. The connection's … | |
Does websites done in MVC 3 is fully compatible with IIS7? | |
how to add a new row in datatable at runtime(values from textboxes) with same object | |
I am using a master page on a no of pages.How do I add meta description or meta keywords to each page | |
Hi, My AsyncFileUpload is not working at all. When I amclicking on the Select file button nothing is happening. It isn't letting me select any file. However if i am setting UploaderStyle to Traditional then it is working fine. My .aspx code is - <div> <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> <asp:AsyncFileUpload ID="AsyncFileUpload1" … | |
I have a drop down menu on a page where the user can select between, All, House, Unit and Rural which send the selection to a stored procedure which access' the database and returns the information with the selection eg. House from the category column. It all works great when … | |
Hi I have recently been facing a difficut issue.I think some one is attacking my website. I have attached the jpg image of the failure and its happening on a daily basis .I upload the site and for some hrs its just cool but suddenly i get this error. I … | |
Dear Experts, I have installed Activepdf Server 2009 and APWebgrabber 2009 to convert my document to PDF then Print. NOTE: My website is already compiled with .net v-2, OS: server 2003 .Net 3.5 and .Net 4 are also installed I am getting this error. CS0246: The type or namespace name … | |
Guys i have a question !! lets say that i code something in java-script for client side and vb-script in the back-end, now is it possible to execute vb-script in the back-end only once java-script gets executed!! there's an asp button on click java-script should get executed then the vb-script … | |
Dear all I am creating a web application for my company. My application has a button and a textbox. What I want to do is entering some value into the textbox and then when i click the button the application will process the value based on the input in the … | |
Hi, I am new to development.I would like to know , how can i do the following things. 1.How to Download a video from a given URL and save it into my local Filesystem. 2.How to programatically open a website(already existing ) and supply the necessary values to text box … | |
Hi Everyone, I want to write a condition for Datetime to show gridview. The condition is that the gridview has to show data for updating datas in DB only from [B]Friday 5:00pm to Saturday 4:00PM[/B] How can I give this condition.I had tried various datetime methods but i cant figure … |
The End.