13,936 Topics
![]() | |
Hi, I've recently inherited an ASP.NET website. I have moved the site over to a new server and am now having a problem I'd like some help debugging. I'm a new to .NET development but am familiar with other languages so would like to try correcting this myself. The server … | |
hi iam using calender along with javascript in asp.net. here the problen is iam getting in mm/dd/yyyy format ,,,,,but i wants dd/mm/yyyy format so please give me the code, here my code of calender (datepicker) as below [CODE]Imports System.Text Namespace VbNetTest Partial Class DatePicker Inherits System.Web.UI.Page #Region " Web Form … | |
Hello, How can i find users who are logged into my website?? i want all the user names. Thanks in advance. | |
Hello... I'm trying to connect the data that is enter in a textbox to an mysql database table, can someone let me know how to do it in visual web developer 2008, and if is not necessary to write the code, just with some of the options on the toolbox.... … | |
The scenario is: i have a textbox, a button and a grid view that make up a simple webpage where you can search and edit/delete an entry. the grid view's datasource ID is set to NONE. And this is the code for populating the grid view that is found in … | |
here, i got a problem which i could not find solution, here in this form i need to search the data from the sql database and show it in the formview, below is the code [CODE]Protected Sub searchn_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles searchn.Click Dim a As … | |
hi i had got a problem that i want to display the difference between two dates to be displayed in a grid view ,here the first date can be taken from a textbox. when the button is clicked the difference between dates to be displyed in days, here iam using … | |
Hello, Please help me its very urgent. How can i know all users who is currently online to my website. when i am using MembershipUserCollection getAllUsers method. it is giving me The method or operation is not implemented. since there is nothing i have given in that method. please help. … | |
I'm getting data form sql table in DataSet object. How to make theese results to slide horizontal in marquee? All rows to be in one line in the marquee. Thanks | |
Hello, I want something which should not execute block of code of javascript. when any control fires postback. Please reply. Thanks. | |
I m using nested repeater repeater1> label1> repeater2> label2> data coming from arraylist(ar1) <%container.Dataitem> Textbox> data coming from two different arraylist??(ar2 and ar3) Earilier I hv connected one arraylsit with it . It was working fine. but the problem is now I have 3 different arraylist for 2 different controls. … | |
Hi all, I need some general advice with a webform using an Access 2007 database backend. (Hope this is the right place to post this, my problem seems to cross between several possible forums.) I've written a ASP.NET webform (using c#) which captures data and sticks it into an Access … | |
hello every one im trying to send Email using ASP.NET with C# but when recieved it is marked as spam this is a problem... i searched alot and almost i put every thing to avoid marking my emails as spam..but all didn't work this is the piece of code i … | |
hi frnd this is raghuram i had got a problem when iam working with a form ,,,,in a textbox it will automatically increment a serial number and it will be stored in sqlaerver2005 database at evey time when form is loaded..... pls give me reply as early as possible..... | |
Hi, I want to validate multiple Email ids separated with comma(,) with single TextBox as CC. please help me. Thanks Pankaj | |
I'm trying to export the contents of a datagrid to excel which I have been able to do as long as its to a generic excel workbook. I can't figure out how to direct to open a specific workbook, create a new tab with a name that I create in … | |
I have multiple aspx pages which have help buttons. When a user clicks on the help button I want to load up a static image (with help guidelines) and a hide button image on the static image (which will close it and take you back to the originating page). What … | |
I am suing ASP.net profile to store some selection on my website and when user logged in it migrate the profile from anonymous user profile to user profile. This Process is working fine with 80% user of website but 20% are complaining that when the login the setting revert back … | |
hi frnnds, iam raghuram, i had got a problem .when iam inserting the values in database ,it will not inserted. i had done the coding ,but it doesn't show any mistakes. while inserting the data it will show error on insert.executenonquery() and the error is "String or binary data would … | |
I devlop a web sites i want to change to differnce languages like urdu , arabic , sindhi please i want a software or online tranlators | |
here i'm using the calendar tool as a popup window to select dates. but its showing in the format of mm/dd/yyyy, where as i needed in the dd/mm/yyyy. can any help me plz | |
Hi, I cannot use any of the features (like intellinsense, auto tag creation, scripting, outline tags, switching between design and code) in my visual studio html pages (like .aspx, .ascx, .html ,etc.,.) in 2008. But in visual studio 2005 its perfect. I use svn (subversion) as my source control and … | |
Is it possible to do a page postback after endREquest() or in the endRequest() ? I have a button in update panel that I allow user to click just once as the process took bit of time to finish. I used following code to achieve that but now my application … | |
Hi, There's not much to add to the title... after I assign the complex object to the session object, the following response.redirect method stops working and hangs the development server. (I tried without it and it works great) maybe there is some considerations to care about session objects, I don't … | |
Hello, I have three different string strings string attach1,attach2,attach3; string attachment="text1.txt,document.doc,text2.txt"; i want the above string should be split and each string after splitting it should store into three different strings ex: attach1="text1.txt"; attach2="document.doc"; attach3="text2.text"; there should be a check how many string are coming after splitting the comma and … | |
in vb6 the most efficient/fast way to test if a variable/object was empty was to use [code] if lenb(x) = 0 then [/code] instead of using if x = "" in .net len(x) works, but is there a more efficient way? | |
i am using ASP.NET for developing a project of on line flight reservtaion system.. after making forms what should my next step be.. And what kind of fields should be there on the forms? hope my question is understandable.. Waiting for replies.. Regardz | |
Hi.. I am designing a website using ASP.NET.In my project there is a page called default.aspx with a loginView cotrol.Once a user click login button after entering the User Name and the Password thay are redirected to the default.aspx.I want to have some features(A gridView) can be visible only to … | |
So I didn't know where to put this but I had somewhat of a newbie question. I am trying to create a blog for my friend. Its going to be a full fledged site and I want to store the blogs and be able to search on them later. I … | |
Hi.. I want to use SlideShowExtender in my website. For that I have created testing website. But its not working. I have tried both ways of defining GetSlides() method in same page as well as in WebSerice. But none of them is working.. I have attached my sample website in … | |
hii.. I am working on an asp.net site.. Now My Client wants to copy content from any article(may include images) and show that in the website as a static page.. Now i have to provide him with interface.. i used simple multiline textbox in which he can paste the whole … | |
Hi Guys, Take a look at the following code snippet: [code] <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="UTF-8" %> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <script runat="server"> void Page_Load() { Response.Write("This is a test"); } </script> </body> </html> [/code] It outputs the following: [code] This is a test <html xmlns="http://www.w3.org/1999/xhtml"> <body> </body> </html> [/code] (note … | |
Hi, Since I am a newBee in asp.net, I need the assistance from all of you who are experience in this field of ASP.NET. I am creating a web page, where the user gives comment and star rating. The rating function is created in JavaScript. Please note that I am … | |
Hi All, I am facing new problem when i am executing any of wesite. anyone can suggest me. Thanks in advance. Server Error in '/Test' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. … | |
Hi, I am developing a web application in ASP.NET/ C#. How do I implement a live webcam chat in my application....? Please give some ideas.................. Thank You, | |
Hi I have a file upload in my web application.Its working fine in my local system but when i deployed the application in the server i am getting teh error message as ".../../ following path is denied".It because of the permission issue but for the server i have only ftp … | |
hi frnds wishesw to all, i have an problenm that how to write javascript in asp.net for showing client side validations........ pls give me reply it is very urgent for me..... | |
hi frnnds, iam raghuram, i had got a problem .when iam inserting the values in database ,it will not inserted. i had done the coding ,but it doesn't show any mistakes. while inserting the data it will show error on insert.executenonquery() so i requested pls give me the coding of … | |
Hi , I want to convert any image document to its corresponding PDF format , without using any third-party tool because most of them need to be purchased or on a trial basis. It would be very helpful if someone could post me the source code in C# for implementing … | |
I have a page written in ASP.NET that is automatically generating some buttons in a panel. In IE everything goes right, but in Firefox I can click only some of this buttons. This is the code that I use in generating the button: for each prow in ... s.Append("<input type='button' … | |
Hi I want pass multiple values javascript to asp.net(C#) server side... how i do it using array ?? don't using hidden fields... thanks | |
Hi one and all, I am using asp.net 2005 gridview to put the data derived from database in horizontal direction. I want three columns to placed in a single row. In that way there will be 3 rows per page. It is as same as orkut home page in which … | |
here i have a problem in saving thing. i have a form and a table connected to two different sql tables gate_outgoing and gateout_item.the form should go into the gate_outgoing and the table should go into the gateout_item table. i need to save this form along with the table and … | |
I posted earlier on this site for help on where to set a command when a user session timesout. I posted this in the global.asax file: [code]Imports System.Web Imports System.Web.SessionState Imports System.Diagnostics Public Class Global Inherits System.Web.HttpApplication Sub Application_Start(ByVal Sender As Object, ByVal E As EventArgs) Application("CurrentUsers") = 0 Application("TotalSessions") … | |
can anyone tell me the site from where i can download camserver.dll | |
Hi there folks, I have Visual C# Project- Windows Application , It has a Webbrowser Control , and I intend to load a local HTML file with images into it. I want to embed the embed the html file and image files as resources. So I did. While using the … | |
Does anyone know how to setup a dropdown list for C# without using a database? I'm trying to set up one that will allow users to select a newsletter from the dropdown and have it pop up in a new window. Any ideas? [CODE] <ASP:DropDownList id="NewsletterSelect" runat="server"> <ASP:ListItem value="'[Path]'">Newsletter 1</ASP:ListItem> … | |
Help! I am looking for a richtextbox for asp.net. Our requirements are that we load the richtextbox and do find/replace on the contents of the text box and then allow the user to print it after we have completed the find/replace operations. The User does not and will not enter … | |
Ive got some information that i want to be sent to the database, first the information is taken from the database to the textboxes which works, i will then be able to edit the text, and send back to the database, ive got the Command all coded but when i … | |
Hello all. I am new to .net development. I am inserting the data and i want the data to get displayed in the grid view as i enter the data.But it doesn't get displayed immediately. If i refresh the page,the data gets inserted twice. I tried to solve this using … |
The End.