13,153 Topics
| |
hi all,,here i m again stuck in the midst of my project.i am using asp.net 2005 in vb language and sql server 2005.Well in my application i have used a datagrid tht fetches data from a table.i am able to edit update and delete.in my table i have columns called … | |
Hello Friends, please require help for how to check the " Is the value set or not " to send the value to other page require urgently pleaseeeeeeeeeee Rakesh Nagekar | |
Hi I have a crystal report which accesses a stored procedure. In this stored procedure there are parameters that i pass through to a web asp front end. As you can see below the parameters do appear but come up with a default heading (Enter Parameter). I have checked the … | |
How can I add images as list items in dropdown list? Is it possible at all in ASP.NET? I have seen such dropdown lists with images, but am not sure whether that can be done in ASP.NET. Does anyone know how to do that? | |
I am using a web services in my web project. the project is runing using web services fine. I had pblished it and made it anonymous access so if ay one write the URL of the web sevice in the explorer it runs ordinary without any security. But, I want … | |
hi all, i m working on a project ,in it i m using three grid view outer,inner andinnermost.i have done almost in my project but problm is coming to show value in footer row in inner grid view .i have 5 and more rows in inner grid view and i … | |
We pulled this from[Vbasic.net](http://vbasic.net/detail.aspx?tid=105). A friend of mine has it running on his home server but I keep getting errors on our production mahcine please help!!!! Thanks!!! Generating random passwords can increase the security of a website by taking the process out of the hands of the user, or simply … | |
like i m plannin 2 go for some language nd m completely confused... in between vb.net and asp.net...... could any one let me know which one is for what nd more applicable nowadays in industry... like my main emphasis is on website developement.....nd o also want to develop an inventory … | |
people! I noticed that when a web page displayed is sent to the printer for a hardcopy, some sometimes annoying and unnessary headers and footers are printed alongside the main document. This are usually the file paths of the document being printed. I believe there is a way this "feature" … | |
I have a project I am currently working on and I need users to be able to chat online amongst themselves. Please experts, what are the basics I need to know and implement so that this becomes possible.:?: :cool: | |
i'm doing a online hotel reservation project using asp.net Vb script now. but i'm facing problem that once the users has submitted their reservation form. how can i redirect the user to another page while the data can be inserted into my MS SQL database? hope somebody can help me … | |
iam using two checkbox inside the gridview, when i select one of the checkboxes the second box should automatiocally checked Thanx in advance Nithya | |
I have designed Cross-Tab crystal Report in version 9. In the summarized field it shows some amount and adjacent to it is amount % of total amount of the column. I am design it in crystal Report but when I am trying to view the Report in .net1.1 viewer Percent … | |
Hi everyone, I'm trying to fix this issue .... I'm really annoyed about this... I'll explain you: I have a main computer, called "maniacpc" wich it's choosen ip its: 192.168.0.106 (constant ip) and i have installed windows xp with iis 5.1(updated till now 06/13/2007), i created my applications using postgresql … | |
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 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(); … |
The End.