13,153 Topics
| |
Hi, I would like to show a tooltip when the user move the mouse over the first column of my gridview. The tooltip should be bound to a field of the gridview's datasource that correspond to the row being hovered. How can I do that ? Thanks, Raj | |
Hi. I'm new in programming. I have idea backend (database in SQL Server 2000) but no idea for frontend programming. I decide to use SQL Server 2000 and ASP.Net 2.0 Else one share/tell my how to became i familar with ASP.net. | |
If i select checkbox in grid header template i shld get all my checkbox in item template to be checked.. can any one help me to do. | |
Hi All, Please help. I m new to asp.net and want to do as below: Suppose i have 10 items n want to display 3 items at a time. Initially 1,2 ,3 record. After sometime, automatically should dispaly 2,3,4 record n so on. Please help me to do this.. Thanks … | |
hi all...i'm a beginner in c#.... for selecting a field from database we use ds.Tables(0).Rows(0).item(0) in vb.... how can i do t same in c#. | |
Hii all.. I am Facing a Problem..while Sending a Image,embeded in Mail body...through Asp.net.. My Image is Uploaded in the Web server...and I am using Server.Mappath to Locate the Path of the Image.. I am Reading the File and Storing in the Mailbody... But...after Sending the Maill..I cant View the … | |
im trying to decide on what provider to use, with there being so many to choose from i dont want to rush into and just get any1. a few i found or were mentioned to me already were: [url]http://www.eukhost.com/windows-web-hosting.php[/url] [url]www.Isqsolutions.com[/url] [url]www.infosaic.com[/url] i need one that has a host with Microsoft … | |
Hi - I was wondering if there is a way to force a postback after the FileUpload1 control has a file... Right now, people his "Browse" select the file then click another button to upload the file. I want to write code on postback to automatically write the file to … | |
Hi Folks, I have this XML which looks like this I have to pull this XML on the datagrid and should be able to insert, update and delete data from the datagrid. [code=xml]<?xml version="1.0" encoding="utf-8"?> <CMS> <episodes> <episode eNumber="1" ptOne="1" ptTwo="1" /> <episode eNumber="2" ptOne="1" ptTwo="0" /> <episode eNumber="3" ptOne="1" … | |
I tried to run my project in local host after publishing it. then i get the error like following: Cannot convert type 'ASP.slogin_aspx' to 'System.Web.UI.WebControls.Login' how can i solve it.And waht is the reason for this type of error. Thanks in advance. | |
Hi is that possible to select multiple dates in Calendar control? If s How? | |
how can i upload a file in database using asp.net & c#.. anyone please help me.. thanks | |
i am writing the following following code public int insert (datatable object) { --my plan define job } i can insert one row in a time and i would like to insert at one time calling all data in datatables(nearly 10000 row) how to insert this data in to data … | |
hi all... Am a beginner in c#. wen i place a control in a webpage and double click it i'm getting it's default event. how can i view its other events and how to include in my coding. Thanks in advance. | |
Hi guys, I have recently installed and configured Apache to process aspx pages (I had to remove IIS when it started using 100% of the CPU when I requested localhost). Apache works perfectly but I'm having trouble with VS 2003. When I try to create or open a project I … | |
Hi, This is my first post on this forum. Apologies in advance if this isn' the right place or there isn't enough info. I'm basically trying to retreive an ID from a quesry string... xyz/nuts.aspx?nuttype=7 What I'm having trouble with is defining the variable and referencing the querystring in the … | |
how to delete the last line of the text file using c#. i applicaiton create a text file ..with 2 empty lines at the end of the File now i just require a method which open the text file and delete the last 2 lines of the text File ..the … | |
I am trying to write the following code: [code]query = dtdatacontext.storedprocedure1(); DataTable bindingTable = query.CopyToDataTable();[/code] But I can not find the CopyToDataTable() method. is there any usings should I use or what? Thanks in advance. | |
hi, i have a question, assume that i have a dll say "xyz.dll", both in /bin folder and GAC. so when my application try to invoke something from the dll, which dll will be initiated. the one in bin folder or in GAC. Please help, thanks in advance | |
Hi My self hardik i am developing CMS system in asp.net with c# in visual studio 2005(framework 2.0), in which i have to provide one facility at user level i.e user can insert clip or movie in his/her content..! so anyone tell me that how can it possible? or is … | |
Good day! Im trying to unit test my current project(the code behind) but I can't manipulate the controls inside the content page. Say I want to put some text inside the textbox, where textbox is inside the content page. I tried the accessor but failed, example: MyClass_Accessor acc = new … | |
I'm looking for C# based, asp.net code (either with or without ajax extensions), that will allow me to load full size images (from thumbnails) into a "template" or aspx page that I will have focused advertising embedded. I know I have to create the thumbs gallery page and the ad … | |
im making a student info system for my uni as a project .. all the tables i designed have been incorporated into the asp.net database .. along with the user system that the system automatically generated through the wizard.. now . the thing is want that when a new user … | |
What would do you consider to be the best way to handle large amounts of data on the client side? How about from a security standpoint? I've been looking into the different methods to store and manipulate query results on the client side. The application I've been working on is … | |
basically i would like to add up the total size of all the files for a particular user and display it in a label...this is what i have so far: [ICODE]SqlConnection myConnection = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\ASPNETDB.MDF;Integrated Security=True;Connect Timeout=30;User Instance=True"); myConnection.Open(); SqlCommand myFileCommand = new SqlCommand("SELECT SUM (fileSize) FROM aspnet_Files WHERE … | |
Hi this is useful links for new [B].NET [/B]developer or any body who is new to .NeT These link contain most of FAQ of window form [url]http://www.syncfusion.com/faq/windowsforms/default.aspx[/url] [url]http://windowsclient.net/blogs/faqs/default.aspx[/url] 101 Visual Basic .NET Code Samples provides a large group of well categorized and documented examples of code. This is a very … | |
Hi there, I'm trying to develop a forum application in asp.net with c#. To post new threads I used a multi line text box to write the message. but i want to embed the MS word's tools in this page so that the user can easily write his/her message. Thank … | |
Hello Everyone :S I am rather new to ASP.NET. I have an SQL Server 2005 database set up. So far its quite basic with just two tables (UsersLogin, Roles). My aim is to allow users of different ranks to login to the system ie. Admin, Staff etc. [B]UsersLogin [/B] table … | |
Hi Am trying to capture the screen in my web application. I am able to capture the image locally but i am not able to capture the image on Client's machine. I am unable to capture the browser settings and properties of client machine. I want to get an equivalent … | |
hi, im trying to test out my application so far by uploading all the project files to my "web" folder on the university server, but when i naviage to the server/myfoldername where the index.aspx is located i get an application error - what im i doing wrong? im using filezilla … |
The End.