13,936 Topics
![]() | |
hi, i want code for first dropdownlist selected related values dispaly second dropdownlist like first dropdownlist values are listitem1=friuts selected related values dispaly second dropdownlist listitem1=apple,orange the same for first dropdownlist values are listitem2=game selected related values dispaly second dropdownlist listitem2=football,golf coding for aspxpage&aspx.cs page using c# language | |
I have table in which is created dynamically, the table has a drop down list. When I click the drop down list it posts back and the focus is set back to the top of the page. How can I set the focus to the drop down list that was … | |
I`m unable to open the websites deployed via windows installer in my IIS it give me error message like "a name started with incorrect letter....." | |
how to set the session timeout for the application to 90 minuits. I am using asp.net 2.0 thnx in advace. | |
Dear web developer, I am trying to understand why .net developers adopt a particular approach when designing their web systems. I have devised a questionnaire located at [url]http://websurvey.here.ws[/url] that takes 10-15 mins of your time. I would really appreciate you completing the questionnaire and sending the URL to any web … | |
hi everyone, iam having a textbox in my application containg a calender iamge as shown below,which when clicked displays a calender,on clicking on the calender,the date is displayed in the textbox. [code] <asp:TextBox ID="txtfromdate" runat="server" Width="100px"></asp:TextBox> <A id="A5" href="javascript:show_calendar('aspnetForm.ctl00_ContentPlaceHolder1_txtfromdate','','','DD/MM/YYYY');" runat="server"> <img id="Img5" border="0" height="20" src="../images/cal.gif" runat="server" alt="Pick a date" width="24"/></A> … | |
I want to go to a specific position in the page when the user clicks on a specific button. I am using asp.net 2.0 | |
I am using .net 1.1 . web application asp.net,vb.net. I want to read datas of an excel sheet in a website and save the datas into my sql database.anyone guide me for this. | |
I mean I can use VB.net to make the same program..and If I want wep page services I can use asp.net......Can you give me some advantages using c sharp because I will start study now c sharp If is necessary | |
I am trying to post from one website to another website on a different server. Both the posting page and the target page are Asp.Net 2.0 pages coded using C#. I want to Post rather than Get because I want to pass a variable value and not display it in … | |
Hi i need a special help in making a online bookstore using ASP.NET and C#.can any one help me, that how to start and how to make it,because i know very little about ASP.NET.Thanks in advance. | |
I want to go to a specific position in the page when the user clicks on a specific button. I am using asp.net 2.0 thnx in advance. | |
hi, how to gridview values highlight from user text entry in one text box | |
Hello Guys, This is Rakesh Nagekar, when i open a visual studio.net and click on File -->New website --> Then the windows application,console application,class library, all those in project are comming those require for creating website is not comming. how to get back those please Rakesh Nagekar | |
[code]<head> function chk() { var x=document.getElementByID("txtmax"); } </head> <body> <form runat="server" id="form1"> MaxValue:<asp:textbox id="txtboxmax" runat="server" /> <asp:gridview id="gr" runat="server" > <columns> <asp:templatecolumn> <asp:textbox id="txtboxmin" runat="server" /> <asp:CustomValidator ID="cv" runat="server" EnableClientScript="true" ControlToValidate="txtmin" ClientValidationFunction="Chk()" ErrorMessage="*" /> </asp:templatecolumn"> <asp:boundfield datafield="name"/> </column> </asp:gridview> </form> </body> [/code]i want compare the value of txtmax in the … | |
[code]<head> <script> function chk() { var x=document.getElementByID("txtmax"); } </script> </head> <body> <form runat="server" id="form1"> MaxValue:<asp:textbox id="txtboxmax" runat="server" /> <asp:gridview id="gr" runat="server" > <columns> <asp:templatecolumn> <asp:textbox id="txtboxmin" runat="server" /> <asp:CustomValidator ID="cv" runat="server" EnableClientScript="true" ControlToValidate="txtmin" ClientValidationFunction="Chk()" ErrorMessage="*" /> </asp:templatecolumn"> <asp:boundfield datafield="name"/> </column> </asp:gridview> </form> </body> [/code]i want compare the value of txtmax … | |
Hi all, I currently have webapp that deal with a registration process. I have an interface called User which has the methods to get Values from the implemented userimpl class as well as methods to add and load the user i.e. [code]interface IUser { bool save(); string getLastName(); string getFirstName(); … | |
Hey, this could go one of two ways. I want a rich text editor for my website, the information typed into the text editor will be saved to an sql server database under either char or varchar format that supports up to 8000 characters per field. I want it to … | |
I know that AJAX can be used in conjunction with PHP. Can it also be used to interact with other "server-side" languages as well, for example ASP, ASP.NET, ColdFusion? | |
Help me please; I want to create and insert a simple (manual) dropdownlist in gridview (visual studio 2008 +sql server 2005), ddl to read 1,2,3,4,5 etc. new to asp.net and nothing I've looked at makes sense so far. ps, not to sharp with c# either. if more detail required please … | |
I use Win XP+IIS 6.0.I have deployed a web site in my local IIS and when tried to access it from another system in my network it is throwing 'Page cannot be displayed' error.I have given read and execute permissions to that remote login credentials. Please help.. | |
Hello I have been USING Web Development from 4-5 Years. I saw Many ways and methods to Encrypt / Decrypt the querystring values and also apply them in my applications but these new techniques of showing querystring value like in [B]1- Code Project Website[/B] [url]http://www.codeproject.com/KB/applications/NET_Installer_With_SQLEXP.aspx[/url] [note: on every Hyperlink they … | |
Hi there... I have an active x control called openh323.ocx. This is used for making voip calls across pc's... I have searched the web on tips on how to use the ocx and what came up is to embed it as an object... And thats exactly what i did... i … | |
I have set the properties of my web services to be anonymous access to be able to call it easly from the code. But now, the user can navigate to the web service through the url and use it without any security restrictions. [COLOR="Red"]Is there a way to force the … | |
i am dynamically adding text box in gridview.now i enter a value in textbox and i want to compare this value with another textbox value in the client side through javascripe .can i do it. Pls help. | |
Hi, I have a textbox control in Footer Template within datagrid. I need to validate the textbox using client side javascript. When trying it, i got an error that the control not exist. I think the datagrid sets some unique id to the textbox at runtime. Please help me how … | |
[SIZE=3]hi every one i need to use animation bar(label) in the vb.net and desplay information connecting with sqlserver 2000 please advice and tell me how thank you[/SIZE] | |
How to make a chat System i.e. chatbox, chat server and all the things related to chat with the asp.net | |
Hai all, I would like to disclose one of my probs infront of you that is i have a website application in asp.net C#, so i am planing to deploy this website in to other computer in a organisation so that they can use this website to meet their needs, … | |
I had applied exception handing using EnterpriseLibrary 3.0.0.0. I added the reference for Microsoft.Practices.EnterpriseLibrary.Common, 'Microsoft.Practices.EnterpriseLibrary.ExceptionHanding, and 'Microsoft.Practices.EnterpriseLibrary.ExceptionHanding.Logging then when I these references the exception handling worked well, but when I closed the page and run the page again the following excetion come out: Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, … | |
I dragged two calendars from the toolsbox. let say if i clicked calendar1 date as 22 july 2008 and i clicked calendar2 date as 25 july 2008. i want to calculate out the total date. is there any coding for these? | |
Can anyone offer C# code to read Excel chart data (e.g. Type, Title...) from an existing spreadsheet with charts contained? Thanks :-) | |
I'm a VB.NET developer in training (still in college), and I'm working on my first ASP.NET web application. I'm extremely new to the concepts of ASP.NET and only know what I've read from a few chapters of a book. That being said, I have a web form with 3 textboxes … | |
Hiii, Need help regarding the versioning of ASP.net website dll's...Must be able to versionise each dll as per builds....Some how got some information & did the deployment process through AssemblyInfo.cs..... Added Web Deployment & compiled...THis is whati'm getting Error 24 The files '/IRM/App_Code/clsGlobal.vb' and '/IRM/App_Code/AssemblyInfo.cs' use a different language, which … | |
Hi friends First of all I would like to thank people here on Daniweb for helping me whenever I need help. I am hopefull that now also all of you will help me. Today I got a special scenario which I am applying in my application. I have 2 text … | |
Hi, Im using ASP.net Login controls to allow users to Register on my website. I want an Email to be sent to the site Administrator everytime a new user registers, how do I achieve this? Thanx | |
hi, I have a problem. I create a button control in aspx page. when i will be click it print all contents.The button functionality will be write by aspx.cs page .what code i will be given this functionality is excuted | |
how to avoid form load again after loading the page in asp.net in my case when i am selecting any item from dropdownlist then form is loading again & again & after selecting item second time it's giving me the selected value, so how can i get selected value at … | |
I want to Print report of the content that is displayed in DataGrid in Visual C# 2003 (its a Web Application) On my page there is one buttton called Print Report,so after clilking on that btn report should generate(or it shld give some option for printer selection ) Plz help … | |
I am working on project (ASP.Net C# 2003) in which I am displaying data in DataGrid. When User cliks on "Export report to Excel" button, data diplayed in DataGrid shld exported to Excel. can any one tell me how to print the report in excel from DataGrid Plz help me............ … | |
What I'm trying to do is having a sign up form that they can fill out, click sign up and have all the information implanted into the database but I'm having problems. This is my VB Page. [code]Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Text Partial Class _Default Inherits System.Web.UI.Page … | |
HI friends i am interested in finding out what will be the code for my problem if any one finds it plz help me out. whwn i click a component and place it on my webform in the property window it says as component1.text (for example whwn considering a textbox … | |
Hi Experts - I have created a edit web form. It does get populated with the appropriate record by using DataReader.... but I would like to modify/edit data and save it so it is updated in the access database. I have created a SaveIssueButton button and put update sql statement … | |
Hi the situation is, My database is online. On one system i have my asp.net project (as a server). i need to access this site in LAN. Means from anywhere i access site the database is live. Am i right..!! Now the problem is I am unable to access the … | |
Hello people! I need ideas about how to randomly generate a set of integers - a set of 16 on 40 rows. I had tried the Randomize function on the .net framework but has not been successful. Any idea woud be appreciated | |
hello Friends, can any one give me the link for free downlable .NET projects Please provide me Thanks in advance Rakesh Nagekar | |
I have a problem with print data from XML on aspx page. I made some source which read data and write into XML file, but when i print data, i see this: [ICODE]<h2><a href="http://www.bulgarianpropertysale.com/">LONDON 2012</a>: London Unveils Its Olympic Stadium</h2> <p>The Olympic Stadium for the Games in 2012andnbsp;has been unveiled … | |
hi guys, I m devloping a program To calculate tavell alowance and driving alowance,But i have some problem to calculate it. for it i m making structure of database Sourec(CITY) Destination(CITY) startDate enddate mode A B 5\14\2008 5\15\2008 SAME STATE B D 5\20\2008 5\21\2008 OTHER STATE D B 5\22\2008 5\22\2008 … | |
Hi, I'm getting a casting error using the code below. The error on the web page (when you click the error icon) is: Sys.WebForms.PageRequestManagerServerErrorExceptio n: Conversion from string "application.msword" to type "Long" is not valid. It's to do with declaring the mimeout integer pointer to the "<MarshalAs(UnmanagedType.LPWStr)> ByRef ppwzMimeOut As … | |
I need to develop a web page that can be accessed locally through PDA by developing a wireless Intrant between application server and PDA. I want to transfer the Order data from PDA to Application server. C#. .NET Compact framework. ASP.NET etc. Any idea or suggestion. |
The End.