13,153 Topics

Member Avatar for
Member Avatar for love_dude1984

hi.. im having an issue with a table's border..im dev. an asp.net website,in which im retriving some images from the database & showing them into a datalist. i hv used 18 datalists in a table for the proper alignment of the datalists & images. now, my problem is, when i …

0
98
Member Avatar for hello.vickey

hello buddies.. i am facing a serious issue with my live site,the site runs smooth for say 1-2hrs or even days,but all of a sudden (not able to reproduce the event on which this is happening)it hangs sometime .And any http request to the site results in IIS hang.the browser …

0
115
Member Avatar for php_noob

First I apologize to the moderator, I am not sure if this is more than a WINDOWS 7 topic or IIS or a ASP.NET topic. MY SETUP: WINDOWS 7 ULTIMATE + IIS 7 + WEB PLATFORM INSTALLER + XAMPP MY IIS7 : RUNS in PORT8080 MY APACHE RUNS in PORT8070 …

0
94
Member Avatar for abdelhakeem

Hi all, This is me again ,I want to learn programming in ASP.NET using C++ I've installed the IIS ,and made an .aspx file with the following code: [CODE]<%@ Page Language="C++"%> <html> <head><title>Welcome!</title></head> <body> <p align="center"><font color="RED" face="Snap ITC" size="12pt">Welcome to your New ASP.NET Page <br> "Using C++"</font></p> </body> </html>[/CODE] …

Member Avatar for abdelhakeem
0
190
Member Avatar for dpreznik

Dear friends, Could somebody please help me make a gridview that can be resized with a mouse? Thank you in advance, Dmitriy

Member Avatar for dpreznik
0
931
Member Avatar for sumit severiya

hello , hi i m sumit severiya & i m final year mca and i want to make project in or vb.NET .so plz help me and send the topic of project.

Member Avatar for TomW
0
94
Member Avatar for RoyMicro

Hello There seems to be different methods to create a text file in C#. I am getting a byte array from USB device. I need to store this as text file which is to be read, updated, and saved for future usage. The data comes in different packets not in …

Member Avatar for Geekitygeek
2
186
Member Avatar for raymondhsu09

Hi, I wanted to develop an application which can generate images (GIFs) of microsoft documents(like doc,docx,xls). Thanks, Raymond

0
75
Member Avatar for roraa

[CODE]itemlist[loc] = new product(codes,size,descrip,color,olditem + 1,url)} else // new item {olditem = itemlist[item_num].quan itemlist[item_num] = new product(codes,size,descrip,color,olditem + 1,url); items_ordered = item_num item_num = item_num + 1 }[/CODE] The above code is in javascript. the value of 'itemlist' is set whenever i click on additem in different html pages. I …

Member Avatar for chandru7
0
106
Member Avatar for Kusno

Dear all, before using AJAX.Net, when I wanted to find control in form, I used this code [CODE] Dim SQL As String = "SELECT CurrencyID, CurrencyID FROM MasterCurrency ORDER BY CurrencyID" Dim ctl As Object For Each ctl In Me.FindControl("form1").Controls If LCase(Left(ctl.id, 6)) = "cmbccy" Then FillControl(ctl, SQL) Next [/CODE] …

Member Avatar for Kusno
1
515
Member Avatar for codeVG

HI All, can any one help me out in [B]selecting multiple files [/B]for uploading them to the server. The requirement is as follows. 1) SELECTING MULTIPLE FILES ([B]around 50 images[/B]) at a time using Shift/Control keys from keyboard 2) upload them to server . Note: 1) The solution should work …

Member Avatar for TiredOfLogin
0
316
Member Avatar for Cruize_Invades

Guys please help me. I am kinda new to ASP.net Luckily I've manage log-in using forms authentication so that i could have a customize log-in page based on my Active Directory. Now a Problem arise. I have to connect to my SQL EXPRESS database using the log-in I use. My …

Member Avatar for Cruize_Invades
0
87
Member Avatar for andyherebi

Hi Guys. I have a problem with my code, It should work as an membership creator, and has 4 steps, 3 steps are in multiview1, and the 4th steep is to show the message, "Your Account has been successfully created" which is on multiview2. The buttons are "back", "next" and …

0
76
Member Avatar for kittu_sra

Hi, I would like to encrypt the class object and session state which contains dataset data. Plz help me if those are possible. Thanks and Regards krishna v

Member Avatar for kvprajapati
0
59
Member Avatar for raphipps

I am new to aspx and sql. I have written some code with vb.net 2005 (visual studio) to do some calculations and poplate some textboxes on my web form. I dont understand how to pass those values to a paramerter then use that value to write to my sql database. …

Member Avatar for kvprajapati
0
224
Member Avatar for Ana D.

Hi, I'm using a dataTable to bind my gridView and during the data binding I need to make some cells bold. The structure I'm looking for is this: [B]Person[/B] [INDENT]contact[/INDENT] [B]Person 2[/B] [INDENT]contact[/INDENT] To include the spaces when binding the table I'm using Server.HtmlDecode("&nbsp;&nbsp;&nbsp;"). I tried Server.HtmlDecode("<b>") ... Server.HtmlDecode("</b>") to …

Member Avatar for Sals
0
2K
Member Avatar for deepas

i'm looking for the demo projects for developing web app using c#.net 2005 as i'm new with web developments... i've begin connecting with database(sql 2005) now i need for validation & other things for my projects.. anyone like to share their simple project(demo) plz.....

Member Avatar for Sals
0
194
Member Avatar for misslilbit02

ok this is my scenario. I've never coded in asp.net. I can manipulate it a little bit because I have some coding knowledge but I don't know what I am doing so I need help figuring out how to do this. This is what I'm trying to do...I have this …

Member Avatar for Sals
0
205
Member Avatar for facadie

Hi there. Any idea on how to create a connection to microsoft access with C# to asp.net so that we can retrieve data from data base and compare. Using web application.

Member Avatar for catherine sea
0
48
Member Avatar for 15389049

I am working on a project, its purpose is to search a database and display the results in a data list so they can be used. I have the search working correctly but it only outputs to a data grid. Help please! [CODE] Protected Sub Button2_OnClick(ByVal sender As Object, ByVal …

Member Avatar for 15389049
0
585
Member Avatar for krazyk

hello.. m developing web application ..in it m going to use RadioButtonList control... well.. problem is want to get value for RadioButtonList control from databse.. here is ma code.. this is aspx code file.. [CODE] < asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal"> <asp:ListItem>Web</asp:ListItem> <asp:ListItem>DeskTop</asp:ListItem> </asp:RadioButtonList> [/CODE] this is aspx.cs code file [CODE] …

Member Avatar for krazyk
0
95
Member Avatar for buffalo0

Hi, i need to pass a value from an asp.net application to a php page stored online. Having searched around I can not find a easy solution to this can anyone point me in the right direction please. Many Thanks

Member Avatar for Ramesh S
0
104
Member Avatar for love_dude1984

hi.. im in need of a free word editor which can be used in my website.. if any1 knows where i can find it, please let me know.and also tell me how to use it too... Thanks..

Member Avatar for love_dude1984
0
88
Member Avatar for RAMAN2233

How to move listitems(which are marked) in checkboxlist at run time? Help is appreciated.....

Member Avatar for RAMAN2233
0
57
Member Avatar for venkates.99

HI, Is any help me to read the data from QuoteCenter to .NET application. Thanks in advance. Venkat.

0
55
Member Avatar for mystic2230

Hi, I am creating an ASP.Net application in VS2008. I would like to create a horizontal menu bar at the top. The values of this menu bar should be dynamic. By dynamic i mean that we should be able to add new values or remove the existing values from the …

Member Avatar for chandru7
0
117
Member Avatar for love_dude1984

hi.. im retriving some data from a database to a dataset...i want to show the data in a gridview..but my problem is, i want data to be shown in last to first format. i mean, if the dataset contains, A as first record & z as last record, then the …

Member Avatar for love_dude1984
0
113
Member Avatar for Blake98

[I m still a newbie in ASP.Net] I want to create an interface with asp.net for an SQL backend. On the interface i want the buttons to be able to execute some stored procedures. Any Ideas? Or code

Member Avatar for kvprajapati
0
91
Member Avatar for EddieC

With its release on Monday of the [url=http://www.microsoft.com/hpc/en/us/default.aspx]first public beta of Windows HPC Server 2008 RC2[/url], Microsoft also was touting features introduced in the [url=http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx]second beta of Visual Studio 2010[/url]. Expected in March, Redmond's next IDE will simplify development of new applications and modification of existing ones to take advantage …

1
210
Member Avatar for shine_jose

I am trying to do grouping the rows according to one field but its getting two rows in detail section of grouped rows instead of one ie same row details is getting duplicated one more time.I try ed the linking of the tables selected for the report all into inner …

Member Avatar for aswiniragunath
0
134

The End.