13,153 Topics
![]() | |
Hi, I am having a small problem when using gridview paging. Basically, the paging numbers are spread across the bottom of my grid, rather than either aligning to left/right, and all sitting together. Anyone else seen this before? This would be fine if there were lots of pages, but for … | |
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(); … | |
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 … | |
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 |
The End.