13,936 Topics

Member Avatar for
Member Avatar for RAMAN2233

Whenever i am trying to view the gridview in my web form using scroll bar ..i am not able 2 view it completely(especially save and cancel button). I already used the property overflow:auto. Help is appreciated.Thanx in advance

Member Avatar for kvprajapati
0
35
Member Avatar for karthikjohn

Hi, How to sent gridview with content to a friend in Asp.Net using c#? if any one know the answer pls reply me , As soon as possible

Member Avatar for emala
0
37
Member Avatar for Cruize_Invades

HI currently I am studying asp.net, how ever I manage to view my image just in my test.aspx page using this code [CODE]<img src="img/image.jpg" >[/CODE] but when i use it on my login.aspx using the same code no image shows up. can anyone help me about this?

Member Avatar for Cruize_Invades
0
70
Member Avatar for shankbond

Hi, Is there some way by which a web application design view should remain the same even if the resolution of the screen is changed? Please reply Thanks

Member Avatar for kvprajapati
0
77
Member Avatar for vkkreddy

Hi, I would like to capture the image using WebCam and store it in database. I am using ASP.NET 3.5, C#, Visual Studio 2008, SQL Server 2008, Windows Vista Business (O.S), IIS 7.0 and IE 7.0. I want to integrate WebCam functionality in my Web Application. My requirement is, the …

Member Avatar for sathishkumar.j
0
568
Member Avatar for virang_21

Hi, I am trying to create a mailbox on exchange server 2007 using power shell command via ASP.NET page. I am using windows impersonation to do this. I ma able to connect to my exchange server box but when I try to invoke the Mailbox-Create command the webpage displays "Connection …

1
65
Member Avatar for yisman

hi everyone. i actually posted this already at forums.asp.net but got no answer. i would appreciate your guys help. thanks. I have a databound ListView and am trying to dynamically add a databound textbox at run time. How can i data-bind it before adding it. This is my code so …

0
71
Member Avatar for carobee

What do i need to install silverlight? i have Visual studio 2008.Also how can i check whether visual studio 2008 sp1 is installed or not?

Member Avatar for Ramesh S
0
76
Member Avatar for djscratch

I've new to .NET. I'm trying to add a button dynamically with an event. Initially, I have a button with a click event. The original button's click event response writes a test message and adds a button. The new button has a click event attached with a test message. Unfortunately, …

Member Avatar for djscratch
0
112
Member Avatar for rahultorka

We have .net application installed on production server. It is using .net FrameWork 3.0 on windows server 2003 with RAM 4 GB. But there is a problem in application while running sometimes it throws system out of memory exception. I am very frustrating with this. Also I am unable to …

Member Avatar for Ramesh S
0
213
Member Avatar for facadie

i can't find the code to read for particular info from textfile. is that even possible? eg. [data store in text file] 01/11/2009 12:30:22,1 01/11/2009 12:35:22,2 01/11/2009 12:55:22,1 01/11/2009 13:30:22,0 01/11/2009 13:59:22,1 01/11/2009 14:30:22,0 02/11/2009 15:30:22,1 02/11/2009 15:45:22,0 02/11/2009 16:30:22,1 02/11/2009 16:55:22,0 and i'm calling the date 01/11/2009 so the …

Member Avatar for sathishkumar.j
0
61
Member Avatar for dskumar_85

Hai i want to send sms from website any one explaine about that , ya i download some model projects but all the project send sms by using web services , i am working with asp.net C#, so help me out friend's

Member Avatar for dskumar_85
0
62
Member Avatar for creativz

[code] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; using System.IO; public partial class Default4 : System.Web.UI.Page { SqlConnection db = new SqlConnection("database=bank;server=.;uid=sa"); protected void Page_Load(object sender, EventArgs e) { Panel1.Visible = false; } protected void …

Member Avatar for creativz
0
150
Member Avatar for mahesh.gothi

Hi I have a 32-bit java dll which i need to call from a asp.net application on a 64-bit machine. Please let me know if have any solution. Thanks

Member Avatar for kvprajapati
0
73
Member Avatar for theAviator

Hi All, I am storing my automation results to sql server and the displaying the results in asp page. one of result coulmn is for error images(is test case fails it capture the image , for refrence of what went wron during playback) stored in local machine or QA server. …

Member Avatar for theAviator
0
195
Member Avatar for mania_comp

Hi to all I am working in ASP.NET. I need to fetch an Advertisement Message from Database into JavaScript Variable. For example [CODE] <script type="text/javascript" language="javascript"> function ShowMessage() { var msg; msg = [COLOR="Green"]//Here Get from Database[/COLOR] alert(msg); } </script> [/CODE] How can we do that? Thank You

Member Avatar for vasanth19
0
101
Member Avatar for theAviator

Hi All, I need to display my automation results in pi chart. From database i will have test case passed count and failed count. Depending upon these two values i want to display percentage using pi chart. For passed area should be green and for failed percentage area should be …

Member Avatar for theAviator
0
111
Member Avatar for learner.11

hi friends I need to learn asp.net (c#) web application. I need to create a very simple login page with 2 textboxes(userid,password) and one button for submit.Given userid -Admin,password-Admin If login is successful,it has to redirect to another page ,else it shows a error message says,Login failure! I believe this …

0
140
Member Avatar for RAMAN2233
Member Avatar for padtes
0
66
Member Avatar for rmc

Hello, This is my first project using ASP.NET and I am very unfamiliar about it, basically I want to display records from a database in the user interface, I have created the user interface, and created a data sheet which has the table and queries listed, but how do I …

Member Avatar for abdalla_92
0
110
Member Avatar for Nishara

Hi.., I want to store user name and password of a client in a cookie.I don't know how to do this in a proper manner.I tried coding simple program.The browser that I'm using is internet explorer(ie).If I put a cookie or not ,anyhow ie prompt a msg for the user …

0
68
Member Avatar for reach_shailshar

hello ! i am shail & i need ur favor.. i am developing a website in Asp.NET & want to implement genie effect of mac(Apple) on the pop up message box...in windows... please help....

Member Avatar for reach_shailshar
0
71
Member Avatar for jtok

I am using Visual Studio 2008 SP1, ASP.NET, and VB.NET. I am using a wizard, and in order to affect the controls inside it, I have to declare them in each method like so: [CODE] Dim txtbox1 As TextBox = wizard.ContentTemplateContainer.FindControl("textbox1") [/CODE] Which works fine, but sometimes I need to …

Member Avatar for jtok
0
129
Member Avatar for wijithapaw

Hi, In my application im generating a crystal report by dynamically adding the dataset. Up to now all are fine, But now i need to add new table to dataset and use that in the report. What i did was, 1- Create the the xml schema file for new dataset …

0
64
Member Avatar for love_dude1984

hi... im using a word editor in my app..i want to save all the data in the word editor to be saved in microsoft's word. does anybody have a code to create and save the data into the word doc. automatically? like when i click a button, it should automatically …

Member Avatar for chandru7
0
121
Member Avatar for madmital

I'm trying to create a virtual directory in an asp.net 2 application....and I'm about ready to explode. My company is hosting several web sites, and I want all of the sites to be able to share a directory of commonly used files, so that I won't have to include all …

Member Avatar for dbreise
0
352
Member Avatar for RAMAN2233

Does anyone knows about how we can delete duplicate fields in the database? Thank u in advance.......

Member Avatar for willopt_ric
-1
81
Member Avatar for RAMAN2233

how to move items from listbox1(which is populated from backend database) to listbox2(which is empty). Now after that i have to add listbox2 items to database. Thank u in advance......

Member Avatar for willopt_ric
0
83
Member Avatar for sabarish_iyer
Member Avatar for sabarish_iyer
0
110
Member Avatar for mania_comp

Hi to all I am going to create online quiz/test. It will be in different categories like PHP, ASP.NET, JAVA etc. Before designing I need to work on database(in SQL SERVER 2005). I need suggestions on that about number of tables and columns in those tables. If you guys have …

0
66
Member Avatar for manimala.uma

Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in oracle database.Ma table in database contents emp_name & password.what i need is ,once …

Member Avatar for nazee
0
2K
Member Avatar for mr.white

Dear forum members, I'm working on an accounting software, which I was planing to do using C#. Now that I see there is WPF that I can use instead of WinForms, I would like to ask you a couple of questions. [LIST=1] [*]For an account software, which I would like …

Member Avatar for DdoubleD
0
221
Member Avatar for nikeetavanjara

when we use download data() of webclient() , it returns the data in the form of bytes... then this bytes we do response.binarywrite() such that it opens dialog box to "save", "open" , "cancel" is there any way that we can trace programatically, that user has actully save button to …

1
88
Member Avatar for facadie

Hi i have a dropdownlist1 2 Item to select By Range , By Date and 2 Panel. How can i make a dropdownlist1 select By Date it will only show Panel 1 and By range it will show Panel 2.? on the same page

0
54
Member Avatar for all4peace

Hi All, I have 6 fields (3 on the top) and (3 on the bottom). The 3 on the top are: Current email: New email: Confirm email: <Submit> <Cancel> Current password: New password: Confirm password: <Submit> <Cancel> Also each one has a required field validations. Now if someone fills the …

Member Avatar for all4peace
0
137
Member Avatar for carobee

hi i want to make an UI that appears like a chessboard and user can enter text in any of the boxes.later on i should be able to calculate the postion where user has entered the entry. which control should i use?I am creating my application in asp.net using visual …

0
70
Member Avatar for shankbond

Hi, I am sending emails through webservices, I am calling the webservice from my website and passing all the arguments to it ,until now no problem. But now I want the webservice to inform the user if an error or exception occurs is there a way by which I can …

Member Avatar for vasanth19
0
112
Member Avatar for krokodajl

Hi. I am trying to build simple web application in ASP.NET. I have xml file with data and xsl file to transform xml file into html doc which will be presented in the browser window and everything is working fine. What funcionallity do I want? I want user to enter …

Member Avatar for kvprajapati
0
111
Member Avatar for MumtazKhan

Hi Experts I Want Devlop a Web Based Software Using Asp.Net And Sql Servewr Database With Vb.net And I Want Some Basic Help How i Can Devlop

0
52
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
100
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
118
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
97
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
198
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
944
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
97
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
193
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
77
Member Avatar for Neona

I will start out by saying that I have no experience with PHP at all.. sorry. However, since I do some asp.net etc I thought I would throw myself into it.. I have come across a problem though. I've found a mail form using jQuery. What it's supposed to do …

Member Avatar for network18
0
142
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
107
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
521

The End.