12,085 Topics

Member Avatar for
Member Avatar for priyankaagrawal

Hello everyOne, I have build one active x control,now use this active x control in website,now i want to run this website in different machine with link [url]http://192.168.0.3/Website/Default.aspx[/url]. But the requirement is that .net framework must be installed on each machine where i want to run the link,but i don't …

Member Avatar for priyankaagrawal
0
102
Member Avatar for AniWeb

hello all, I want to know that how I can determine that User has logged first time in my website, so that I can force him/her to change his/her password, which is assigned by the Administrator. I have tried to keep Session variable in the Global.asax file to maintain login …

Member Avatar for AniWeb
0
110
Member Avatar for justapimp

I have this peace of code that I am working on and I would like to get the record count data returned by this querrey bellow. [code] SELECT COUNT( *) AS 'TotalGeofence' FROM GeofenceData WHERE (DeviceUID = @DeviceUID AND Time BETWEEN @StartTime AND @EndTime) [/code] I then used this C# …

Member Avatar for justapimp
0
117
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
143
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
300
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
68
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
82
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
81
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
66
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
49
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
259
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
67
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
134
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
95
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
64
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
119
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
78
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
78
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
68
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
83
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
76
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
56
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
91
Member Avatar for maurya_alld
Member Avatar for ukerbel
0
107
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
85
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
69
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
73
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
62
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
64
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
132

The End.