13,153 Topics

Member Avatar for
Member Avatar for rajaryan544

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

Member Avatar for atinobrian
0
80
Member Avatar for atif.muhammad

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.

Member Avatar for greeny_1984
0
80
Member Avatar for sonakrish

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.

Member Avatar for greeny_1984
0
88
Member Avatar for vishakha_ate

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 …

0
67
Member Avatar for shobitha

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#.

Member Avatar for shobitha
0
222
Member Avatar for bindu155

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 …

Member Avatar for Aneesh_Argent
0
70
Member Avatar for julseypart

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 …

Member Avatar for SheSaidImaPregy
0
142
Member Avatar for ericstenson

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 …

Member Avatar for SheSaidImaPregy
0
988
Member Avatar for luckyads

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" …

0
52
Member Avatar for ssreevidya.m

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.

Member Avatar for DangerDev
0
58
Member Avatar for sonakrish

Hi is that possible to select multiple dates in Calendar control? If s How?

0
67
Member Avatar for sankar62

how can i upload a file in database using asp.net & c#.. anyone please help me.. thanks

Member Avatar for Aneesh_Argent
0
64
Member Avatar for zarnimg

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 …

0
55
Member Avatar for sonakrish

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.

Member Avatar for sonakrish
0
112
Member Avatar for hericles

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 …

0
105
Member Avatar for squirell

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 …

Member Avatar for squirell
0
93
Member Avatar for imad442

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 …

Member Avatar for reach_yousuf
0
426
Member Avatar for brightline

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.

0
92
Member Avatar for halby29

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

0
49
Member Avatar for hardik261086

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 …

Member Avatar for hardik261086
0
46
Member Avatar for gilmarP

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 …

Member Avatar for gilmarP
0
87
Member Avatar for txwebdesign

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 …

Member Avatar for txwebdesign
0
167
Member Avatar for imadsani

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 …

0
61
Member Avatar for edejonge

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 …

Member Avatar for serkan sendur
0
127
Member Avatar for julseypart

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 …

Member Avatar for julseypart
0
94
Member Avatar for rak4u

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 …

Member Avatar for rapture
0
132
Member Avatar for chombe

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 …

Member Avatar for sedgey
0
137
Member Avatar for Elmo_loves_you

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 …

Member Avatar for salaam_taher
0
156
Member Avatar for AnilReddy

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 …

Member Avatar for AnilReddy
0
117
Member Avatar for julseypart

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 …

Member Avatar for julseypart
0
125

The End.