12,085 Topics

Member Avatar for
Member Avatar for sravankolla

Hiii all :) I need some help regarding webservices. I'm using the webservice as a mediator between Web application(website) and a Normal Windows Application. i.e for manipulating the data(updating, deleting etc..) I have to upload the data from the windows application to the Webapplication. Plz help regarding this... Thanks to …

Member Avatar for tgreer
0
98
Member Avatar for mojio

I've got the dropdownlist that has datatextfield from dataset from database. And i've the problem with my dataset If i have 1 row in dataset. My dropdownlist will have one item too. And i query on event selectedindexchange So if i have only one item in dropdownlist, it doesn't work. …

Member Avatar for mojio
0
71
Member Avatar for mosmar

i have a datagrid and one Columns of them is an email and i want to make the mail open like in <mailto > tag in html

Member Avatar for mosmar
0
245
Member Avatar for Fenerbahce

hi, sorgu = [COLOR=#0000ff]New[/COLOR] SqlCommand([COLOR=#800000]"SELECT name, surname, age FROM veriler WHERE name=@name"[/COLOR], database) sorgu.Parameters.AddWithValue([COLOR=#800000]"@name"[/COLOR], DropDownList1.Text) name surname and age are rows in one of columns. i cant add them into the DropDownList. DropDownList2.DataSource = kisiler DropDownList2.DataTextField = [COLOR=#800000]"name" [/COLOR]DropDownList2.DataTextField = [COLOR=#800000]"surname"[/COLOR] [COLOR=#800000]DropDownList2.DataTextField = [COLOR=#800000]"age" [/COLOR][/COLOR]DropDownList2.DataBind() this line add only "age". …

Member Avatar for mojio
0
148
Member Avatar for sravankolla

Hiii I got a error while working with datatables... The code and Error Are Given below DataSet ds; SqlDataAdapter da; ds=new DataSet(); da=new SqlDataAdapter("Select * from emp",cn); da.Fill(ds,"emp"); DataTable dt; DataRow drr; dt=ds.Tables("emp"); c:\inetpub\wwwroot\CSExs\MoveRec.aspx.cs(109): 'System.Data.DataSet.Tables' denotes a 'property' where a 'method' was expected Please Help me....

Member Avatar for sravankolla
0
99
Member Avatar for sravankolla

Hii All :) I am presently working on a project that has A website and All clients are having their own Windows Applications ... I want to manupilate the data in the website and Clients application using a Web Service. So My Web Service Should Get the data From Website(SQL …

0
89
Member Avatar for anju

[COLOR=#0000ff]This is the code i wrote for selecting all check boxes in datagrid bt it doen.t showin any error n also nt running too???????????????? Private[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] CheckBox1_CheckedChanged([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] sender [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.Object, [/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] e [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.EventArgs)[/COLOR] [COLOR=#0000ff]Dim[/COLOR] i [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]If[/COLOR] CheckBox1.Checked = [COLOR=#0000ff]True[/COLOR] [COLOR=#0000ff]Then [/COLOR][COLOR=#0000ff]For[/COLOR] i = 0 [COLOR=#0000ff]To[/COLOR] DataGrid1.Items.Count - …

Member Avatar for tgreer
0
147
Member Avatar for web developer

[CENTER][B]Hi all, I am want to know if i can create files and work in streams by javascript . if that is available please send to me the idea and the code if available. Thanx.[/B][/CENTER]

Member Avatar for tgreer
0
88
Member Avatar for sravankolla

[COLOR="Red"] Hi all :) In the login page created in ASP.Net I want the passwords to be encrypted at the time of User Registration .... My aim is that the DBA even don't know the password that had entered by the User.... (It shud be in Encrypted Form while placing …

Member Avatar for tgreer
0
144
Member Avatar for -EMAN-

Saving information from .NET webcontol into access(database) I am doing a Job hot system, my webpage consists of buttons, text , .... Each time the new user fill the form , the submit button is clicked how can i move all information from this form to Table (database).. Also, how …

Member Avatar for tgreer
0
166
Member Avatar for cutepinkbunnies

Hello All, I'm sure this is an easy one for you all, but pardon...I'm kinda new at this. What I'm trying to do is store a URL in a SQL table using a text field. This is working successfully and as planned. The heart of the issue: I have 200 …

Member Avatar for cutepinkbunnies
0
131
Member Avatar for vaisakh

any one knows how to place image in datagrid from database in asp.net and i have to provide link to tht image directing to some other page plz help me

0
110
Member Avatar for Fenerbahce

[COLOR=#0000ff]i cant display picture from container when i write like this. [COLOR=#0000ff]<[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]style[/COLOR][COLOR=#0000ff]="width: 100px"> [/COLOR]<[/COLOR][COLOR=#800000]asp[/COLOR][COLOR=#0000ff]:[/COLOR][COLOR=#800000]Image[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]ID[/COLOR][COLOR=#0000ff]="Image2"[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]imageurl[/COLOR][COLOR=#0000ff]="~/images/+ [/COLOR][COLOR=#000000]<% Container.DataItem("picture")%>[/COLOR][COLOR=#0000ff]"[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]runat[/COLOR][COLOR=#0000ff]="server"[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]/>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]please help [/COLOR]

0
75
Member Avatar for stackOverflow

Hi, I've got a module where i search for a candidate with his Id and display his name, age..etc.. I've put the details like name , age etc.. in the datagrid. The search module is working fine.. when a valid candidate Id is entered. But when an invalid ID is …

0
98
Member Avatar for Fenerbahce

Hi, How can i get this on screen ? sql= new sqlcommand("select count(*) from datas", database123) ... ... persons=sql.executereader() ... ... label1.text= [B]????[/B] [B]Thanks[/B]

Member Avatar for Fenerbahce
0
180
Member Avatar for PeterMoris

I’m currently working on a distributed application that requires cluster wide caching support for its operation. Since ASP.NET Cache does not work in clustered environment, I was thinking to code my own custom caching solution and confronted some issues. As we all know that a unique instance of Cache runs …

Member Avatar for ScottSimpson
0
213
Member Avatar for fmardani

Hi, There is a requirement to be able to upload files using a website (asp.net 2.0) . There should be a kind of validation on these files before the upload is allowed. What I am not sure of is how can I do any kind of validation on the files …

Member Avatar for web developer
0
139
Member Avatar for aslekar

I am having following query on Windows Popup close button : Programming environment : ASP .NET , Browser : IE 1) Is is possible to remove title Bar , Resize buttons and close[x] button at right top from pop-up browser window ? 2) If possible , how to do it …

Member Avatar for web developer
0
124
Member Avatar for fmardani

Hi, When using the password recovery control this is the error I get "SMTP host was not specified." Where do I set this please? Thanks

0
102
Member Avatar for muthu

hai friends, i want to access the asp.net variable in the javascript. ie i want to access the field that was displayed in the asp.net pages will be accessed in javascript. real problem is, my project is online examination there i am using duration for the exam which is stored …

Member Avatar for muthu
0
122
Member Avatar for fmardani

Hi, Trying to send an email through asp.net 2.0 Here is the error message. Any ideas please? Does this mean that the mail exchange server that I have provided is incorrect? `"Unable to connect to the remote server"` Here is what I am basically doing: ' Configure mail client (may …

0
68
Member Avatar for tgreer

Has ASP.NET 2.0 introduced a simplified data control for displaying parent/child data? Imagine a HelpDesk application, where you want to display all the "open tickets". I can see how you'd use a GridView for that. However, each row in the resulting table should have the ability to, when clicked/selected show …

Member Avatar for BoggyBoy
0
377
Member Avatar for CaRLiTo

im having some problems in launching an ASP.net, C# site im having troubles in making virtual directory over there and most irritating the custom error mode in the web.config. plus i wanna to place my ACCESS database on the domain but im unable to find the correct physical path to …

0
101
Member Avatar for Fenerbahce

How can i move to next, prev,last,first records in ASP.NET? it was like DB.MoveNext in ASP but i dont know how in ASP.NET ! Thanks

Member Avatar for Fenerbahce
0
158
Member Avatar for vishantpatil

Hi, I am new to this .net environment...I have a bit problem... Can any one tell me how to make the data validation of child controls on the client side. e.g. A TextBox placed inside datagrid as a which is enabled on clicking the edit button.

Member Avatar for tgreer
0
43
Member Avatar for muthu

hai friends, i am doing online examination project. i want to display the duration of the exam, example 5 minutes. i want to display the time and dispose when the time is over. plz help it is urgent. muthu.

Member Avatar for muthu
0
64
Member Avatar for Diode

Hello everyone, how are you? I have Visual Studio.NET 2003 and Windows XP Pro SP2. My Visual Studio.NET won't open ASP.NET projects because it says I don't have ASP.NET 1.1. It turns out that I used WindowsUpdate to manually get v 1.1.4322 and it still says it. I have the …

Member Avatar for muthu
0
132
Member Avatar for web developer

[B]Hi all I am here again ,and this time i returned back and with my hand a problem in SQL server not in asp.net . The problem is the following : [list]I am in a project that contains a table of users[COLOR=Green](user_tbl)[/COLOR] and another table of groups[COLOR=Green](Group_tbl)[/COLOR] . and each …

Member Avatar for hollystyles
0
114
Member Avatar for dexterz

Hello guys, Can somone help me figure this out. I tried for few hrs today, but still failed to meet my expectation. In old ASP, the cookie is working prefectly, and it prevent me from rating multiple times even. It's a lot different in ASP.NET. For example, if i rate …

0
81
Member Avatar for vaisakh

i have stored image in the database.how can i retrieve it a and display in asp.net webform. am not asking display thru datagrid.i have to put link to those images plz help me to solve this problem

Member Avatar for BlazingWolf
0
149

The End.