12,085 Topics

Member Avatar for
Member Avatar for Rohan rawat

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 …

Member Avatar for catherine sea
0
161
Member Avatar for fawadkhalil

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 …

Member Avatar for fawadkhalil
0
642
Member Avatar for php_noob
Member Avatar for kvprajapati
0
101
Member Avatar for rkmeena

how to add a new row in datatable at runtime(values from textboxes) with same object

Member Avatar for kvprajapati
0
77
Member Avatar for praveendasika
Member Avatar for fawadkhalil
0
179
Member Avatar for abathurst

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 …

Member Avatar for abathurst
0
125
Member Avatar for praveendasika

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 …

Member Avatar for albertindian200
0
198
Member Avatar for naveedqadri

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 …

0
100
Member Avatar for deceivingrakesh

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 …

Member Avatar for stbuchok
0
77
Member Avatar for vistriv5

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 …

Member Avatar for kvprajapati
0
198
Member Avatar for godsgrace.jisha

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 …

Member Avatar for kvprajapati
0
67
Member Avatar for pavankumarr

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 …

Member Avatar for catherine sea
0
111
Member Avatar for laghaterohan

Hello, I am having a gridview and a drop down list placed above it. Suppose my gridview has total 100 records in it. However, i the user wishes to see only 5 , he has to select 5 from the drop down list and the gridview should display only 5 …

Member Avatar for rath.avinash
0
110
Member Avatar for trade4target

Trade4target is my site-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 …

Member Avatar for hericles
0
68
Member Avatar for jon4321

I'm trying to pass a guid to the WHERE statement in a gridview. It works for the Select parameters section, but inserts a null value when I try to update the data. [CODE] <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:EDUFormConnectionString %>" SelectCommand="SELECT OSSPERSON.PERSONID,OSSPERSON.FIRSTNAME, OSSPERSON.LASTNAME, OSSPERSON.AorC, OSSPERSON.AGE, OSSPERSON.GENDER FROM OSSPERSON INNER JOIN OSSREGPERSON …

Member Avatar for jon4321
0
200
Member Avatar for Clawsy

I want to use jw player on my site but when i start it with F5 with visual studio, i can see the page but the player is a WHITE BOX and if i right-click it it says Movie not loaded. I checked all paths, and i also use Firebug …

Member Avatar for amit28it
0
235
Member Avatar for sachin mali

my project Converting the c++ program to C# program.what i do plece sugs me and help me

Member Avatar for hericles
0
43
Member Avatar for bfitz

Hi there, I've never done any work with ASP .NET files before so I apologise for a probably basic question. I have a HTML file and a ASPX file. I need the HTML file to run the ASPX file and display it's contents. The idea is that the ASPX file …

Member Avatar for bfitz
0
187
Member Avatar for happyns

Hello All, I have installed tortoise svn and I need to perform checkout using .net code. I need to write code in asp.net for checkout operation. Can anyone guide me with this? Thanx in advance

Member Avatar for catherine sea
0
48
Member Avatar for sganandhsg

I trying to get Windows Picture and fax viewer to open a jpg file inside of IE and it just won't work. When I click the URL link that opens the jpg file, the jpg picture just opens in a new tab. I want it to open via Windows Picture …

Member Avatar for hericles
0
57
Member Avatar for drugoholic

Hello, I have 2 tables: news and users news - N_id (primary) - title - article - time - U_id users - U_id (primary) - member I have managed to create the gridview with edit/add/delete for news only, without incorporating the users who wrote that news article. My question here …

Member Avatar for Antenka
0
176
Member Avatar for umamahesh2020

Hi, In my page one asp fileuploader is there .While i am validating the textbox in page with the save click event, the fileuploader is deleting the path what i given. So please give me any idea for my problem.

Member Avatar for jcarbillon
0
61
Member Avatar for Scott.Atkinson

Hi All, im in the process of creating a mini auction in vb.net, so far i have deisgned the pages and now im beginning to code, but im stuck on the Fileupload of the image, this is the first time i have used a file upload so im looking for …

Member Avatar for Atul Dhiman
0
160
Member Avatar for jcarbillon

Need help guys.. I need to separate all labels from aspx & aspx.cs file to XML file but I getting this error Compiler Error Message: CS0029: Cannot implicitly convert type 'System.Xml.XmlNodeList' to 'string' here is my xml file [CODE=xml]<?xml version="1.0" encoding="iso-8859-1"?> <labels> <btn>Update</btn> </labels>[/CODE] and here is my aspx.cs file …

Member Avatar for jcarbillon
0
145
Member Avatar for praveendasika

Hi I am a bit confused at how to approach this little basic issue. I have developed a web site that uses the masterpage - main.master So, Basically I want to add a control to the web page .But all I can see is contentplace holders and they are not …

Member Avatar for sgt_toasty
0
88
Member Avatar for nickg21

Hello everyone, I am making a set of tables that have relational keys associated with them like an order system. Basically I am trying to store the Customer Info, then the order and so on and so forth, but I need to store the "customer" ID in the Order table …

0
76
Member Avatar for ujjwal uniyal

Hi all . I have tried different methods but i am still unable to disable my browsers back button. plz help me out. some of the methods that i have tried are -: 1) on logout click i wrote this code in my .aspx.cs file Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.Cache.SetExpires(DateTime.UtcNow.AddHours(-1)); Response.Cache.SetNoStore(); 2) Also …

Member Avatar for ujjwal uniyal
0
165
Member Avatar for ricy101

dear readers, i have a checkboxlist control in a formview and i am trying to save the state of the selected item during paging the form. i have been able to save the values in a dictionary list stored in a viewstate. i am having problems populating the right seletected …

0
47
Member Avatar for quentinqid

Description: 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 the code. Exception Details: System.InvalidOperationException: The ConnectionString property has not been initialized. the error is here: line 20 Line 18: cn.ConnectionString …

Member Avatar for Reverend Jim
0
2K
Member Avatar for asif_aziz

I am using master page a header(user control).I am using one dropdownlist in content page and a button in header .i need two form tags run @ server that is not possible. I am accessing the value from of textbox on header through public property, I need this value for …

Member Avatar for hericles
0
113

The End.