13,936 Topics

Member Avatar for
Member Avatar for devji

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 …

Member Avatar for Oxiegen
0
105
Member Avatar for kanuri1

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 …

Member Avatar for mshravs
0
101
Member Avatar for shahid007041
Member Avatar for Oxiegen
0
76
Member Avatar for andyherebi

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.... …

Member Avatar for sworld
0
83
Member Avatar for nickEncarnacion

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 …

Member Avatar for padtes
0
230
Member Avatar for mshravs

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 …

Member Avatar for mshravs
0
89
Member Avatar for kanuri1

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 …

Member Avatar for sknake
0
80
Member Avatar for shahid007041

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. …

0
72
Member Avatar for ultras1

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

0
62
Member Avatar for shahid007041

Hello, I want something which should not execute block of code of javascript. when any control fires postback. Please reply. Thanks.

Member Avatar for shahid007041
0
69
Member Avatar for PS1

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. …

1
64
Member Avatar for jonnod123

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 …

Member Avatar for militarymodern
0
110
Member Avatar for dima shawahneh

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 …

Member Avatar for dima shawahneh
0
931
Member Avatar for kanuri1

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.....

Member Avatar for sknake
0
105
Member Avatar for Pankaj18

Hi, I want to validate multiple Email ids separated with comma(,) with single TextBox as CC. please help me. Thanks Pankaj

Member Avatar for sknake
0
251
Member Avatar for limab

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 …

Member Avatar for kardsen
0
108
Member Avatar for workstuff

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 …

0
36
Member Avatar for it-consultant

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 …

0
155
Member Avatar for kanuri1

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 …

Member Avatar for Ramesh S
0
128
Member Avatar for sharafat

I devlop a web sites i want to change to differnce languages like urdu , arabic , sindhi please i want a software or online tranlators

Member Avatar for Ramesh S
0
133
Member Avatar for mshravs

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

Member Avatar for mshravs
0
98
Member Avatar for jchandramouli

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 …

Member Avatar for jchandramouli
0
251
Member Avatar for virang_21

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 …

Member Avatar for virang_21
0
675
Member Avatar for culebrin

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 …

0
98
Member Avatar for shahid00704

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 …

Member Avatar for shahid00704
0
120
Member Avatar for jlego

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?

0
74
Member Avatar for rutaba

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

Member Avatar for chandru7
0
115
Member Avatar for Nishara

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 …

Member Avatar for chandru7
0
99
Member Avatar for chunalt787

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 …

Member Avatar for stellamary
0
108
Member Avatar for mania_comp

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 …

Member Avatar for mania_comp
0
82
Member Avatar for Arpit_Rocks

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 …

0
41
Member Avatar for hardlynoticable

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 …

0
67
Member Avatar for lancyb

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 …

0
81
Member Avatar for abhi_291984

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. …

Member Avatar for reach_yousuf
0
229
Member Avatar for bhaskerlee

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,

Member Avatar for Oxiegen
-1
77
Member Avatar for SakthisKumar

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 …

Member Avatar for Oxiegen
0
64
Member Avatar for kanuri1

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.....

Member Avatar for Oxiegen
0
70
Member Avatar for kanuri1

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 …

Member Avatar for Oxiegen
0
110
Member Avatar for amit-400

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 …

Member Avatar for Oxiegen
0
96
Member Avatar for tadiw

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' …

0
37
Member Avatar for iamchamith

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

Member Avatar for Oxiegen
0
175
Member Avatar for happyns

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 …

Member Avatar for happyns
-1
207
Member Avatar for mshravs

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 …

Member Avatar for mshravs
0
77
Member Avatar for SheSaidImaPregy

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") …

Member Avatar for jaredclinton
0
1K
Member Avatar for mshravs
Member Avatar for mshravs
-1
66
Member Avatar for minigweek

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 …

Member Avatar for sknake
0
2K
Member Avatar for CaffeineCoder

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> …

Member Avatar for CaffeineCoder
0
282
Member Avatar for djr0379

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 …

Member Avatar for StevenCashman
0
88
Member Avatar for adam1991

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 …

Member Avatar for jbisono
0
71
Member Avatar for priyankkothari

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 …

Member Avatar for sknake
0
102

The End.