13,936 Topics

Member Avatar for
Member Avatar for amith003

Hi all, I have created a DataGrid and i have included a template field of checkboxes(i.e' a column is created consisring of checkboxes) now i want to know how to get the data from the row in the datagrid where checkbox is selected and assign that data to any variable? …

Member Avatar for SheSaidImaPregy
0
152
Member Avatar for jochem23

Hello, I have a problem and i'm not sure if the solution i have is the only way to solve it. I'm trying to developing a webapplication in vb.net which enables users to print documents on their own pc. It should do some more stuff on the client (provide ATM/PIN …

Member Avatar for SheSaidImaPregy
1
356
Member Avatar for greeny_1984

hi , i want to use radiobutton list in a data list.i want to assign text to the radio button list based on '<%#DataBinder.Eval(Container.DataItem,"picture")%>' but i dont know how to do it. plz help

Member Avatar for SheSaidImaPregy
0
71
Member Avatar for blackbr

ASP.net 1.1 vs2003 My vb.net solution is separating the code behind (aspx.vb) files from the aspx files by putting them into the "miscellaneous files" folder. I'm not sure what caused this, or how to fix it. The problem isn't critical, as I can open an aspx file, and it correctly …

Member Avatar for blackbr
0
85
Member Avatar for ali_ggl

Hi all here i want to develop websites content reading code like title of any website or meta and other tags, i want to give URL to this code at run time and it will detect its meta, title or other information and return to me in variables how to …

Member Avatar for Fungus1487
0
107
Member Avatar for davidm1978

Hello I have a company from Israel and I am looking for asp.net developer from India that will work from his home to build a project for my company in Israel Please send me email to: [email]rotlevi.web@gmail.com[/email] Thanks David Israel

Member Avatar for ithelp
0
85
Member Avatar for AniWeb

hello all, Iam using a gridview which is bounded with datatable. There is also need to have a edit button which is used to edit quantity (textBox) in the data table. I want to edit only Quantity not all columns. So anyone please guide me that how I can do …

Member Avatar for a_shym41
0
68
Member Avatar for Ole Raptor

Hello everybody, I have a module that I am trying to print a specific table. My print button works but it prints the whole page and I needing the table (receipt) to print. Any suggestions or tips are greatly appreciated. Thanks

0
51
Member Avatar for farax_x

Hi all, I have to create file share network folder,my code is: Dim fs As New FileStream("\\<machine1>\Sharefolder\file.prm", FileMode.Create) windows authorization have done before,and i have full control permission on that folder. with this Code, i get this error : [COLOR="Red"]Logon failure: unknown user name or bad password.[/COLOR] How can I …

Member Avatar for ericstenson
0
284
Member Avatar for betsybailey

Hello..I'm having a problem with a pop up..I keep getting a flashing question mark at the bottom of my screen and then a SECURITY ALERT:SPYWARE FOUND message pops up over and over again telling me that I have been infected with a trojan virus and all sorts of things..I can't …

Member Avatar for Serunson
0
546
Member Avatar for ritika_khanna

i have entered some values in textboxes in one page and stored in database.now i want to display that values on another page in a table format using gridview. how can i do this. please tell me urgently.

Member Avatar for priyankaagrawal
0
70
Member Avatar for nice_true

Hello! I had problem sending mails through asp.net, even after writing the code. But after providing the IP address of my pc in the relay option in IIS, the problem finally got solved. But now the problem is that the same code when I tried to run on a pc …

Member Avatar for jamello
0
138
Member Avatar for priyankaagrawal

is it possible to create setup of my own to install .net framework in machine, So that i can install only the files required by my webpage,and what ever is required to Run webpage. Any body know this

Member Avatar for priyankaagrawal
0
97
Member Avatar for greeny_1984

hii, i am retrieving data from a business logic in the form of icollection, i need to assign only one column fron this collection and assign that in to another data table,i dont know how to do this.waiting for u r replies

0
66
Member Avatar for greeny_1984

Hii, i have a datalist in my page containing a image button as item template.The design page is as follows <asp:DataList id="ddlist" runat="server" RepeatDirection="Horizontal" Width="30px" Height="134px" RepeatColumns="5" CellPadding="1" CellSpacing="5" > <ItemTemplate> <table> <tr><td> <asp:ImageButton ID="img" runat="server" Height="75" Width="100" ImageUrl='<%#DataBinder.Eval(Container.DataItem,"filename")%>'></asp:ImageButton></td></tr> </table> </ItemTemplate> </asp:DataList> th ecode behind is as follows public void …

Member Avatar for greeny_1984
0
122
Member Avatar for priyankaagrawal

Is It possible to install only CLR and not the whole .net framework, Because i want to run my webpage link in no of machine,so installing .net framework in all machine will not be good, So i want to install only the dll or libraries needed by my webpage and …

Member Avatar for priyankaagrawal
0
79
Member Avatar for ebabes

Can anybody help me look for a site that will host my ASP.Net web files for [COLOR="Red"]FREE[/COLOR]. Thanks.

Member Avatar for ericstenson
0
79
Member Avatar for uniquestar

Hi All, I'm thinking about starting my own website, but I would like some recommendations as to where to host it. I'm want a host that supports ASP.NET but also PHP (attempting to learn both, so need somewhere to test). I want a reasonable amount of storage / banwidth as …

Member Avatar for Grantmitch1
0
245
Member Avatar for sheenaW

:-/ I am trying to validate the values of the gridview before it is being written to a sql database, on a asp.net page. When ever I code in validation for the grid I loose all the functionality of the update and Delete function on the gridview. i also have …

0
46
Member Avatar for greeny_1984

Hii, i want to use cvs for my project.I heard many cvs versions like tortoise cvs,igloo,pushok s/ws.wats the best version control system that can be used with .net,how to install it .Any free downloads available for cvs.waiting for u r replies

Member Avatar for greeny_1984
0
71
Member Avatar for anansiva

hi can anyone know about dallas key and how to use these dallas key function in .net.....please it s very urgent ..if anyone know help me.......thanks in advance

0
96
Member Avatar for MikeF77

Hi, I developed an Intranet website using ASP.NET/VB.NET 2005 where I need to retrieve the Windows Username. I am using Windows Authentication through Active Directory. This works fine when I create a Virtual Directory within the Default Web Site, and the IP address is Unassigned. The User is not challenged, …

Member Avatar for ericstenson
0
87
Member Avatar for Kusno

Dear all, My user scan all documents paper to PDF files. The PDF files are saved in one folder in my website. By using ASP.Net 2.0, I show up those PDF files in Internet Explorer. How do I protect my PDF file in order to avoid saving my PDF files …

Member Avatar for ericstenson
0
81
Member Avatar for priyankaagrawal

I have made one windowscontrollibrary,in that i created one function fun1() in which i created one thread,this thread call another function fun2(). Now this function fun2() contain event. Now when i am using this dll in webpage in client side,and handling the event,i am getting this error that System.reflection.targetException and …

Member Avatar for priyankaagrawal
0
58
Member Avatar for ukerbel

Hey everyone, I post to a bunch of forums, but always looking for new resources to learn and share. Been a developer for many years and currently working on productivity and organizational projects amongst others. I'm an OOP (Java and C#) and asp.net guru so hopefully you'll see me around …

Member Avatar for nav33n
0
46
Member Avatar for dotNetDummi

Hi experts, I have a problem with downloading file. Okay, my project is setup in IIS (pointing to the folder in my desktop) and my users are able to login, upload a file into the folder. However, they are not able to download the file (except me). How can I …

Member Avatar for dotNetDummi
0
94
Member Avatar for maurya_alld
Member Avatar for ukerbel
0
110
Member Avatar for shilparaheja

hi everyone this is shilpa i've got to do a mini project in colege .iam in the final semester can anyone suggest me wht kinda project i can do and in which platform.thank u...

Member Avatar for Jx_Man
0
90
Member Avatar for bharathi_n_r

hello, I am very new to web development... I have a problem with tables...refer to the attachment. Actually i have to design a registration page exactly the same as they have given me as a printed output....(hard copy).. I used tables for designing that.Layout>Insert table... I completed the page as …

Member Avatar for nithysony
0
71
Member Avatar for ebabes

I had finished my website using Visual Web Developer and when i put it in the local IIS and make request to the site, an error displayed in the browser like this The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error …

0
76
Member Avatar for raghu.8

hi,right now i creating travel project using asp.net 2005 and c# i can populate all the columns in the datagridview and even i am able to give hyprelink to paticular column but my problem is every time when i click it is redirecting to the same page, i want to …

0
100
Member Avatar for kenkejas

[B]Hello,[/B] We are small but very smart company located in Lithuania developing products for German, Canadian and Lithuanian customers. We are looking for bright, experienced and responsible developers capable of [B]working remotely[/B]. If you are web experienced developer developing with Microsoft platform ([B]ASP.NET[/B], [B]C#[/B], [B]MS-SQL[/B]) you are warmly welcome. To …

0
15
Member Avatar for RobertDeCosmo

I'm Helping a Uncle Clean out his Laptop. We got this a few days ago Unable to start up and well we got there obviously :) .So then we took a whole load of viruses,spyware,Malware, ext... The task manager and Control Panel were disabled Most likely from the viruses I …

Member Avatar for crunchie
0
262
Member Avatar for nandhinijp

Hi, I want to know how to make the aspx page in button click at the runtime.My requirement is that User enter the qusetion and click the submit button automatically create one new .aspx page with that question and also my usercontrol design.. after i submit the answer rewrite the …

Member Avatar for greeny_1984
0
64
Member Avatar for greeny_1984

Hi everyone, i want to use cvs for my project which is being shared by three members.i dont know any thing about cvs.does any one idea about cvs .wat type of cvs should be used for asp.net and protocols to be used.waiting for u r replies

0
66
Member Avatar for blackbr

asp.net 1.1 + vb.net I am redirecting to a page with a querystring. The system processes the logic of the page_load sub, hits the end sub, then begins the logic again. It does this only once on first entering the page. When I debug, I can see this activity... when …

Member Avatar for ericstenson
0
151
Member Avatar for ritika_khanna

i am working on online railway reservation project in vb.net. i want to know after entering reservation details by user in a table where user can made only 6 person's reservation e.g train_no,source,destination,name,class,berth,age, senior citizen then how to calculate sum of ticket price of all the 6 persons when button …

Member Avatar for ptaylor965
0
76
Member Avatar for Cano82

I listed top 5 data by gridview. I use itemtemplate and hyperlink for them. An Idditon I have an Image. When I mouse over on hyperlink the image will be change. How can it ?

Member Avatar for Cano82
0
1K
Member Avatar for guest11

hi all, I m new in vb.net but i know vb very well. Can anybody tell me what is the main difference between vb and vb.net except the difference that vb.net is object oriented language i know this difference. But i want to know what is the main difference between …

Member Avatar for Infarction
0
190
Member Avatar for amith003

Hi Everyone I'm using ASP.NET with C# for an application. I want to know how to take values from a database(sqlserver) and store it in session variables in .net. Can anyone pl help? Thanks in Advance

Member Avatar for amith003
0
108
Member Avatar for knowledgelover

hi, I am desiging ASP.net website , in one of the forms I need to import data to an excel work book with a specific name but I need to check first is that work bokk already exist so not recreate but only add a sheet to it . here …

Member Avatar for mellamokb
0
144
Member Avatar for amith003

Hi Everyone I'm a new bee in C#. I'm using ASP.NET with C# for an application. I want to know how to take values from a database(sqlserver) and store it in session variables in .net. Can anyone pl help? Thanks in Advance

Member Avatar for Ramy Mahrous
0
81
Member Avatar for stevendmar

Someone please help!! I am use to working with MS Access. So, for me, working with SQL is a downgrade at this point. But, I have to do it. I am working with Microsoft Visual Web Developer which apparently is supposed to be easy!!! The help feature is pretty extensive …

Member Avatar for ericstenson
0
100
Member Avatar for Serv8r

Hi, New to forum and appreciate the help. Our site is repeatedly trying to authenticate users for public forms. The NTFS permissions are set correctly for the files to read. The user group is set up under the server. We recently tried to switch over to a new platform and …

0
40
Member Avatar for DATABASE

i need to upload a picture to a webpage it should be uploaded with its details (name,size,....) how can i do it

Member Avatar for postmaster
0
113
Member Avatar for unicorn11

Hi All, I am developing a website using asp.net 2.0 and C# as my language and would like to know if it possible to upload a website without its cs files. if how is it possible? Regards unicorn11

Member Avatar for alc6379
0
101
Member Avatar for tucko

hi all does any know how to convert this one [CODE]switch (((Filter)c).FilterModifier) {[/CODE] im getting error - Cannot convert type 'System.Web.UI.Control' to 'Reports.Filter' Filter is a class containing a collection od filters. Reports is a class of the reports and the filter collection is linked with the reports. c is …

Member Avatar for tucko
0
68
Member Avatar for complete

I have written my first "Hello World" program in ASP. I thought I would post here how it is done and ask if anyone can suggest how to incorporate C#. The first step was to download the free "Microsoft Visual Web Developer 2005 Express Edition" from microsoft.com The next step …

Member Avatar for blacklocist
0
196
Member Avatar for nandhinijp

Hi, I want to know how to make the aspx page in button click at the runtime.My requirement is that User enter the qusetion and click the submit button automatically create one new .aspx page with that question and also my usercontrol design.. after i submit the answer rewrite the …

Member Avatar for nav33n
0
72
Member Avatar for AniWeb

hi all, I have to maintain a Session variable in the Login page, which is used to keep login information for user. It is not required for user to go for login and access all pages. I mean that if user has an account then he/she can get login otherwise …

Member Avatar for seth_kaufmann
0
209

The End.