13,153 Topics

Member Avatar for
Member Avatar for puja_suri

I m making a web application.In one of the page ,i have a submit button.On clicking of which the input will be validated and after dat if inputs are not corretc a dialog box need to be displayed. Now my problem is how to implemet the dialog box.On soln which …

0
56
Member Avatar for karan_21584

hai. currently i m using asp.net with vb (2.0 framework). here i have created a gridview and values has been populated. for the column 3,4,5 alone, i want to make the values as hyperlink, so that if user clicks that link it will redirect to a particular page (all links …

Member Avatar for Kusno
0
115
Member Avatar for csharpdeveloper

Hi I have a datalist control in my aspx page. I want to get the values of the colums for a row selected by the user and pass them to a crystal report. How do i trap these values? I mean in which event of datalist? I tried [code=asp.net]protected void …

Member Avatar for Kusno
0
66
Member Avatar for nicklibee

Hi All,, Iam facing following problem in my application I have two database tables 1) Groups table - is used to store the details of selected .aspx pages. 2) User table - is used to store details of users and associated group.This table even store the privileages associated with each …

Member Avatar for Kusno
0
137
Member Avatar for adityakiran.m
Member Avatar for vingo_mail

Hi friend I want the updatepanel progress bar to be displyed at absolute center of the page(Horizontal-vertcal centering). It should be done at unknown height and width. Also It should display when i m scrolling the page in a same manner. Could you help me how to do it whether …

0
30
Member Avatar for preethi_ga

Hi, Im using ASP.NET as front end and SQL SERVER as backend. i navigate the records in this using session variables. but its not working. [code=asp.net]Imports System Imports System.Data Imports System.Data.SqlClient [/code] After Inherits im writing [code=asp.net] Dim con as SqlConnection Dim com as SqlCommand Dim adp as SqlDataAdapter Dim …

Member Avatar for preethi_ga
0
131
Member Avatar for puja_suri

hiii i am making a website and i want that on the click of a delete button a msg box will be displayed with two buttons and different actions to be taken on the click of these button. I dont know how to implemnet d same. Pls guide me. Thanks

Member Avatar for puja_suri
0
158
Member Avatar for bagera

this method on dataNavigateUrFromatSting that i gave it a parameter for the popup() window it doesn't work but it's open with no data but when i gave it just the formname with the datalink its work correctly so how i can pass to it the width and the height and …

0
56
Member Avatar for timhysniu

Hello group, Im a new member in this site. Seems very resourceful. My first question is what is really .NET framework? Although quite programming background, I'm not very experienced with Vstudio and now this .NET (which I just purchased with aim to learn something) is a little unclear to me. …

Member Avatar for gever
0
200
Member Avatar for agz86

hi all.i have 2 dates in string format.i need to add these 2 dates to get the next date. is there any sql query for this?? Plz sum1 help me. urgent!! Thanx in advance...

Member Avatar for udaybhoite
0
105
Member Avatar for vingo_mail

Hi friends I want to disable a enter key in my page. Because I m having two submit buttons in my page for two particular group of controls value submission. One group for registration and another for login in the same page itself. Is there anyway control within .net programming …

0
44
Member Avatar for santosh jujgar

Hi friends , after a long time , I am here to share my ideas with u . I m a final year engg. student of IT stream. Right now I am doing project on Java & .net i.e.on both platforms. I just want to know that whether anyone has …

0
22
Member Avatar for teestaghosh

Hi, i am an IT professional. i require a mini project on .Net(any of VB/ASP/C#) for one of my sister who is pursuing BE(Computer Science). Please help me out, if anybody can. please reply, accordingly, i will contact you.

Member Avatar for ithelp
0
96
Member Avatar for adityakiran.m

[B][COLOR="Red"]hai can any one help me how to work with binding context using C# web applications[/COLOR][/B]

0
58
Member Avatar for BHUSHAN009

[code=asp.net]public DataSet GetData(String tn,String db1) { if(db1=="sql") { SqlConnection con = new SqlConnection("Integrated security=true;Database=master;server=COMP\\SQLEXPRESS"); con.Open(); SqlDataAdapter da = new SqlDataAdapter("select * from '"+tn+"", con); DataSet ds = new DataSet(); da.Fill(ds); return DataSet; } else if(db1=="ole") { OleDbConnection con=new OleDbConnection("provider=microsoft.jet.4.0;Datasource=c:\\db01.mdb"); con.Open(); OleDbDataAdapter da=new OleDbDataAdapter("select * from '"+tn+"'",con); DataSet ds=new DataSet(); da.Fill(ds); …

Member Avatar for peter_budo
0
53
Member Avatar for icarium

Hi, i have on my computer (vista) the IIS7 installed, and for regular sites it works, meaning that i simply do a project in VS and then copy the files to the wwwroot directory, and am able to open them in my browser. However i have a project where you …

0
55
Member Avatar for arfte

Hi, all Anyone, please teach me how to create an object of managed class in unmanaged class within the same application (under MFC c++ vs2008) ? (I can turn "/clr" option on only for the managed c++ class, for the whole application it's off due to the compatibility issue.)

0
86
Member Avatar for VbRider

hi 2 all.... i have a problem with my databind.it always view the wrong data. e.g. := webform1 --view customer details-- when i want to view customer details no1, all my text boxes always shows the other customer details..why is that??plzzzzz help...

Member Avatar for VbRider
0
67
Member Avatar for Rach68

Hi, I'm putting together a social networking site. One web developer is recommending going with them and using ASP.NET 3.0 and another is wanting to use PHP. I'm trying to find out which is better and what the difference is. For example, will one affect the ease of use by …

Member Avatar for Fungus1487
0
201
Member Avatar for jamello

Hello experts!! I have this challenge. I need to display a popup window with some controls on the clicking of a button on a page. Thereafter the contents of these controls (textboxes) on the popup window are to be transfered into a gridview on the parent form. Current status: I …

Member Avatar for jamello
0
142
Member Avatar for OmriN

Hello Everyone, i have a problem with the application i'm building, what i need is to import Excel Data into sqlServer which is on a remote Server. the tricky part is that i can't upload any file to the server so the import has to be made on client side. …

Member Avatar for OmriN
0
167
Member Avatar for nam.sri

I am using dot net 2003 but now want to move on dot net 2005 when I start installing through CD I got a error "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." can any one resolve my problem. Is …

Member Avatar for jamello
0
95
Member Avatar for vigneshwar
0
46
Member Avatar for ansari.wajid

Hi I want to extract sustrings from a string and want to store in an array. The string is dynamic it will change but the criteria to extract substring is same. say for example a string str="something is [!better] than [!nothing]" so i need to extract [!better] and [!nothing] from …

Member Avatar for dickersonka
0
105
Member Avatar for srinivasparcha

hi all, i want to know how to work with gridview in asp.net as i am using Sql srver 2005 database. i want to know what are the methods in a gridview that we use to display the data in various formats. Can anybody help me in this . Regards, …

Member Avatar for greeny_1984
0
56
Member Avatar for yomr

here is my dilemma I have an Oracle database that consists of tables (duh!) for an award nomination project where I have a table for nominees and a table for each category of qualifications for example table 1 (nominees) name ID_NUMBER PK DEPARTMENT NAME PHONE# table 2 (education_information) ID_NUMBER FK …

Member Avatar for gever
0
132
Member Avatar for zinu

hi to all, i am new in asp.net.then i have a form in asp.net(vb) for an invoice bill. i want to add the invoice item row by row...each row containing item name,quatity,cost,tax,price.. in table i used a combo box for item name,tax,a textboxes for remaining fields.. first when i load …

0
76
Member Avatar for bdicasa

Hi guys, I'm new to ASP.NET and MySQL. I've worked with Microsoft Access for a while (6 months or so) so I have an understanding on how databases work. However, now I am trying to create a website with ASP.NET 3.5 and MySQL. So far I've been able to get …

Member Avatar for rainny
-1
184
Member Avatar for venkatramasamy

Hi to All, Just override some inconvenience with the session "inporoc: mode, i decided use some other and successfully implemented the SQLServer mode, But My Webserver(Webspace Provider) doesnot support for the SQlServerMode, so again i tried for some other option, this time Stateserver, it works fine in a New Empty …

Member Avatar for venkatramasamy
0
152

The End.