Developer in need (javascript and asp.net)

644 byte By qubits at 2007-11-25 7:20:59
Hey yall.Im pretty new to developing web applications, even newer to javascript enabled pages. I downloaded a simple calendar javascript and im trying to embed it into an aspx page. I can't get this thing to slap the date that is picked into the text box, i don' t how to pass the textbox o...

Looking for alternative to SSI

1025 byte By Avenger007 at 2007-11-25 7:21:19
What i'm looking for is a way to call the same code over and over in each of my pages, without obviously re-writing that code over and over. So SSI files are perfect, but the problem I run into, is that I can't put c#/vb code in there. If there is a way, please let me know. So far I hav...

[RESOLVED] Change Calendar control attributes

410 byte By Visslan at 2007-11-25 7:21:41
I'm trying to change the attributes from a calendar control in framework 1.1. But whatever I do nothing changes what am I doing wrong? I also want to remove the underlining of the dates?this.calendar = new Calendar();this.calendar.BackColor = Color.Pink;this.calendar.SelectedDate = DateTime.Now...

onclick event problem

7 byte By superstarprogammer at 2007-11-25 7:22:26
deleted

button inside listbox possible in asp.net?

240 byte By ram_coder2007 at 2007-11-25 7:23:13
Hello,<br/>could i use command button inside listbox control ? what is<br/>the solutions for that.givve coding please.if i click that button1<br/>i should get sub item buttons for button.it should be like tree view<br/>help urgent response.

not working for msn explorer 9 browser

411 byte By zuhrs at 2007-11-25 7:24:06
i have an application which is used to save images from the asp.net application to the local system. It is working fine for all browsers(Internet Explorer browser, mozilla, Mac and MSN explorer 6). but when the same application is run on MSN explorer 9, the download dialog comes as save.htm irrespec...

will an asp application run on all browsers

585 byte By zuhrs at 2007-11-25 7:25:01
will an asp application run on all browsers. is there any difference in msn explorer 9.i have an application which runs on all browsers except msn explorer 9. (works on msn explorer 6 also).The application is to download images from the application to the local system. In msn explorer 9, the downloa...

can asp .net application run in msn explorer 9

411 byte By zuhrs at 2007-11-25 7:25:04
i have an application which is used to save images from the asp.net application to the local system. It is working fine for all browsers(Internet Explorer browser, mozilla, Mac and MSN explorer 6). but when the same application is run on MSN explorer 9, the download dialog comes as save.htm irrespec...

Safari problem

374 byte By gangster15 at 2007-11-25 7:25:58
Hi,My website renders well in IE. But in Safari on a mac, it poses one slight problem.. On textbox focus, I run a javascript that turns the background color of the textbox. While it runs well in IE and mozilla on a windows machine, it does not change color in Safari on a mac.Anyone faced similar pro...

How do I get the meta information without using ID field

816 byte By Avenger007 at 2007-11-25 7:26:22
I've been trying to find a way to get the meta tag information with having to use the ID="blah" field. I need to be able to locate an element with the name field.Ex : <meta name="date_modified" content="2007-04-27" />So far the only way i've been able to get the content information...

how to create page numbers?

310 byte By tj_amarnath at 2007-11-25 7:29:03
hi i retrive 30 records from sqlserver and create dytamic table to display those records in aspx page using c#.net TableRowCollection obj,etc... i want to display 10 records per page also to diplay page number below the table. how to display page number below the table and give the link to that pa...

back button after logging out

284 byte By unspoken_words2003 at 2007-11-25 7:29:08
vs 2005<br/>c sharp<br/>asp.net 2.0<br/>i have a web based applin..after loggin out,when i click back button its still allowing <br/>the access to the pages,even i am abandon the session.What is the way out?<br/>Any help will be highly appreciated.<br/>Regards.<br/>sy

How to make GridView editable during runtime

165 byte By rahulsri19 at 2007-11-25 7:29:28
Hi all,<br/> I am developing a website in which I have to use GridView and during runtime it should be editable....<br/>Please help me out from this problem...

Image Upload/retrieve problems

4374 byte By SarH at 2007-11-25 7:30:04
Hi,Im trying to create a site that will allow a user to upload a image and some information to Microsoft SQL Server 2005. The user will fill in a few textboxes and select what category the image falls into and then upload the image. All the info will be saved to a database. As Im just learning at th...

My Web Service cant be used by other people

1813 byte By Polly Anna at 2007-11-25 7:32:21
Hi, I have a web service on my machine that works just fine. However when another user uses it, it generates the following access error - The request failed with HTTP status 401:Access Denied.The request failed with HTTP status 401:Access Denied. In IIS I have set the Web Service to allow Anonymou...

Datagrid Header image

566 byte By query4u at 2007-11-25 7:32:32
hi,i am using datagrid to display records of the table.i am facing one problem, i want to show an image in one of the column header along with the text,means first it will show column name & then the small image of arrow.when i will click on that image the records will get sort(ascending or desc) on...

ASP.Net <--> VB.Net

370 byte By George1111 at 2007-11-25 7:32:38
I have an application developed in VB.Net but would like it to run in a browser. (It MUST run in a browser without the ability to install anything but Internet Explorer at the Client Side)How would I achieve this ?Do I need to re-invent the wheel and develop it again in ASP.Net or is there a shortc...

OleDB Image

117 byte By nc3b at 2007-11-25 7:33:14
Please, show me a working example of displaying an image stored in an access database, I really need this. Thank you.

Dates

594 byte By SarH at 2007-11-25 7:33:35
Hi, I kinda wondering if its possible to d the followingThe user types an end date into a textbox and clicks submit, the end date can only be up 14 days after todays date, no more. If it isnt an error pops up and asks the user to input a correct date. Todays date and the end date will then be sent t...

Select from another select statement to a repeater

3515 byte By simsen at 2007-11-25 7:33:38
Hi,I have a big problem, I hope you can help me with.What I want:A forum where there is 3 columns Subject, AnswersCount, LastAnswerI have one table with all the data. And two selects functions, where I on the first, get all Subjects for all questions, and on the second select get the Count for all a...

will asp application run on msn explorer 9 browser

447 byte By zuhrs at 2007-11-25 7:34:02
ASP 2.0 , C SharpI have an application used for downloading images to local system. It is successfully downloading the image (with the exact image name) for all browsers except msn explorer 9.When i am trying to download the image in msn explorer 9, the page is getting resubmitted automatically and...

opening a new tab on clicking of a hyperlink

257 byte By zuhrs at 2007-11-25 7:34:15
ASP 2.0, c#<br/>I have an application in which when we left click on a hyperlink, another page opens in the same window<br/>If i right click on the hyperlink and select the option "open in new tab", it is not working. Can any one help me regarding this

Emails stuck in queues

497 byte By chandra_yvr at 2007-11-25 7:34:27
hi i am using asp.net2.0 with c#i am successfully sending mails but all these mails stuck in c:\inetpub\mailroot \queue folder.i have set smtp connections also .but in the event log it shows following infoThe DNS server did not detect any zones of either primary or secondary type during initializati...

Mobile Web Application

674 byte By George1111 at 2007-11-25 7:34:34
I have come across this tutorial on how to develop a Mobile Web Application - exactly what I am about to do using a Windows CE / Pocket PC Device I want the application to run at the server with a browser on the device operating Internet ExplorerThis link http://www.geekpedia.com/tutorial120_Introd...

Reporting Services Web Service problem

537 byte By qubits at 2007-11-25 7:34:52
Hello,Im using the web service from SQL Reporting Serivces for the first time to Render a report. Im using this way because, so far, it is the best security scheme for our needs. when i post a call to the service, passing it everything it requires, including custom parameters, i get back a blank rep...

Gridview, links and passing a value

1185 byte By SarH at 2007-11-25 7:35:17
Im having trouble finding a way to pass a value from a gridview link item to the next page. If a user searches for a CD say queen and clicks submit all the CDs with the name queen are shown with there unique numbers and dates added. If the user clicks on one of the CD IDs it takes them to a page cal...

How to get the Latest Updated Record from databse?

1094 byte By unspoken_words2003 at 2007-11-25 7:37:07
Hi,asp.net 2.0,VS 2005. I have created a View in SQL 2000 Server.I have Following fields,Project Id --Updated By -- Updated date/Time -- Remarks12 -- abc -- 10-12-2005 06:10:43 -- Working On Module1.13 -- def -- 11-05-2006 05:10:...

Treeview

323 byte By shers at 2007-11-25 7:38:19
Hi all,I am developing a web page for my office using Visual Web Developer 2005, which is to be used as intranet. I have a treeview in the web page, which should read the folders in the server and display like Windows Explorer, with ImageSet = XPFileExplorer. Can this be accomplished?Thanks in advan...

Cutting a string down to size.

440 byte By SarH at 2007-11-25 7:38:36
Hi, I'm having trouble displaying numbers like 10.9900 as 10.99. My sql database holds the numbers such as 10.9900 and when I'm using my site i want the page to retrieve the number but cut the 2 zeros off of the end. I've found a way of cutting out the first 2 numbers...testString....

About textboxes data concatenation

511 byte By chandra_yvr at 2007-11-25 7:39:09
hi I am using .net2.0in my webpage i have 3 textboxes and a button.If so when the user enters information in 2 textboxes that information should come to third textbox before clicking on buttonProtected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Page....

[RESOLVED] Reference ASP controls in JavaScript

168 byte By KJay at 2007-11-25 7:39:29
Can anyone tell me how to reference an ASP control in JavaScript? I'm using ASP 1.1 and I would like to access an asp:table in JavaScript, any suggestions welcome.

Login view troubles

536 byte By SarH at 2007-11-25 7:39:44
Hi,I have a login view (loginview1) with a button (but1) and a text box (textbox1) inside it that appears to logged in users. But when ever I write the code for the button click event it says that textbox1 is not declared. when the button is clicked I want the word in textbox1 to be stored as an Str...

Changing Proxy Settings of Web Browser

962 byte By RupinderBhullar at 2007-11-25 7:40:13
Hi...I have developed a windows application ..on which there are three web browser controls...all navigate to same web URL... But for each web browser...proxy settings should be different... currently i am setting proxy in registery...with following codeprivate void Change_IE_Settings(String strProx...

calendar control

352 byte By raj_imr at 2007-11-25 7:40:40
In my application i need a calendar and i have event in my database which is associated to particular dates. i need when i click on that date my event is open in the new page.suppose i have two events on 8th may then on clicking 8th may date in calendar the events are displayed in new page.can any o...

ASP.Net and AJAX

476 byte By George1111 at 2007-11-25 7:41:08
Is AJAX going to help me create an application which will run on a Mobile Device, running a browser.The screen needs to look very sharp with nice buttons and "Form Like" as it is a PDA size screenAre there other tools which will help me greatly in designed and building my application ?Is there a goo...

Writting to a database troubles

1426 byte By SarH at 2007-11-25 7:41:37
Hi, I have a database with a table called CDTest and the fields CDName, CDPrice, DateAdded and UName. Im having trouble with my code, I cant quite figure out whats wrong and I was hoping someone could help. Its supposed to take CDIDString and find a match in the database and allow the user to upd...

Changing the Items in a Menu

488 byte By reisvault at 2007-11-25 7:42:09
I have 2 dropdown Menu. the first dropdown menu contains company names while the second contains department names. Presently, the dropdown menus just display all the available company and department name.I need to filter the department dropdown menu to display only the departments under a certain co...

Display Database server with TreeView

448 byte By vivekshah at 2007-11-25 7:42:22
Hello,I am using VS2005, and in my web application i want to find MSSQL Server's and it's database available in my network and to be displayed in Tree View Control.I am able to find the MSSQL Server and it's database on the network but not able bind it to TreeView control to display...

How to intimate the user is typing the message

331 byte By sanitha at 2007-11-25 7:44:21
HaiI am creating Live Support chat in asp.net with AJAX. It post and get msg by using sql database. Here when user2 typing the message means I want to intimate the other users that "user2 is typing the message". How could I do it? Any Sample code will be much helpfulcould anyone help me plssssssssss...

Storing forms data to Xml format

188 byte By rajtelco04 at 2007-11-25 7:44:23
Hi , to all Gurus, <br/> I have a form having some textboxes, and also a button , my requirement is when I click the button the values in the textboxes get stored in xml format.<br/> Bye.

uploading multiple images using....

280 byte By bhuraasif at 2007-11-25 7:44:24
hi everyone<br/>I am using ASP.NET(C#) 2005 and sql server 2000.<br/>I want to upload multiple images using single FIleUpload control.all images must be saved in folder and path must go in database' table.<br/>waiting for reply.<br/>Best regards,<br/>ASIF

can an ASP.NET page be converted into webpart

269 byte By JACKWEBS at 2007-11-25 7:44:25
If we have deigned some ASP.NET pages and have a working application, can they be converted into webparts for use in a SHarePoint environment?<br/>...or would it be just as easy to use the page viewer webpart in SharePoint and link the the existing ASP.NET pages ?

Converting into FoxPro 2.6 Format

199 byte By curiousneo at 2007-11-25 7:44:43
Hi,<br/>I am displaying the data returned from stored procedure in my .aspx page using datagrid. How can I convert the displayed data into FoxPro 2.6 format using C#.<br/>Thanks in Advance.

convert Image to xml format

97 byte By rajtelco04 at 2007-11-25 7:45:00
Hi Gurus, <br/> I just wanted to know that is it possible to store images to xml format?<br/>Bye

Grouping different controls together

160 byte By rajtelco04 at 2007-11-25 7:46:42
Hi Gurus, <br/> My query is I want to group different controls together , such as Radio Button and Check Box together. So pls tell me how to do it. <br/>Bye...

Command Buttons do not display

575 byte By George1111 at 2007-11-25 7:47:11
I created a Web project in ASP.NET (VS2005), added a Mobile Web Form, and on the web form put a Label 4 Command Buttons (the buttons do NOTHING - JUST LOOK LIKE BUTTONS) I have increased the standard button width and height by dragging the Comand Bttons controlsI must be missing something because...

treeview control

177 byte By jabbarsb at 2007-11-25 7:47:21
hi friends,<br/> I am using treeview control in C# i want to set some session and some little code on click of particular node how can i achieve this<br/>regards jabbar

A problem with dates

1507 byte By SarH at 2007-11-25 7:48:16
Hi, I keep getting an error when I run my code. Heres the error The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.The statement has been terminated. It points to this part of my code cmd.ExecuteNonQuery() Heres my code Private Sub TestDate()...

Using Firefox instead of IE

103 byte By Quell at 2007-11-25 7:48:17
Hello.<br/>I was wondering how i can use Firefox instead of IE to debug/view by web pages.<br/>Thx

want to send mail from local computer(localhost) in ASP.NET 2.0 using..

894 byte By bhuraasif at 2007-11-25 7:51:13
Hi everyoneI have been trying to send email from local computer(localhost).but i couldnt succeed.here is code Please help me to send mail from local computer(localhost) using SmtpClient.MailMessage msg = new MailMessage("asifondemand@yahoo.com", "asifondemand@yahoo.com"); SmtpClient sm...