13,936 Topics

Member Avatar for
Member Avatar for f_atencia

I think this is more of a SQL query but how do I change my Grid Viewso that it displays a currency in the proper format of $ with 2 decimal places only? As it stands it is only like 194.9500 format. Cheers again.

Member Avatar for serkan sendur
0
142
Member Avatar for LJames

I have a text box for number input. Validator works fine for range 1 to 100, but it still allows the return key to be used. I want to tell ASP.NET, using VB, to ignore a return key press. Any ideas?

Member Avatar for serkan sendur
0
112
Member Avatar for sudharani

Hello Friends, What is the code i have to write on Button click event to perform signout from a web page using C#. I have just wriitten the code Response.Redirect.But if I use back Button it is coming back to the page again. Please help me . thank U.

Member Avatar for serkan sendur
0
56
Member Avatar for mania_comp

hi guys I have heard that for displaying message we generally use MSGBOX function in VB.NET and we use ScriptManager.RegisterStartscript in ASP.NET to display message box... but I have tried to use Msgbox function in ASP.NET and it works here also... [COLOR="Red"]So is it ok to use Msgbox function in …

Member Avatar for serkan sendur
0
265
Member Avatar for dp_neo

Hi, I am creating a page that has two dropdowns. One drop down needs to change dynamically depending on the selection made in the other. So Dropdown2 values depend on dropdown1 selection. To do this I am trying to add code to the Dropdown1_SelectedIndexChanged event. The data comes in from …

Member Avatar for serkan sendur
0
134
Member Avatar for Nishanthi

now i m working in ASP.Net i created tables named customer and Product now the task is to create a web form for bill based on the products that was bought.Please help me....

Member Avatar for Ramy Mahrous
0
124
Member Avatar for coollife

why crystal report displays empty fields with no data . Why dynamic binding is not happening . here in my case Cat_id cat_Name is displayed no values under it is displayed code: protected void Page_Load(object sender, EventArgs e) { SqlConnection con = oclsdbcon.Getconnection(); con.Open(); DataSet1 ds = new DataSet1(); string …

Member Avatar for Ezzaral
0
74
Member Avatar for IAMEMINEM

i am developing a website in ASP.NET(VB) and SQL Server my website is basically a product based website in which visitors will come and buy products from my website they will be able to add different products in their carts, could to a good search for products listed in the …

Member Avatar for IAMEMINEM
0
112
Member Avatar for love_dude1984

hello frends.. i want to know how can we display a gridview in a drop down list? i want to retrieve some values from database and i want to show them into the a dropdownlist like displaying in a gridview. also when i select the item it should be used …

Member Avatar for reach_yousuf
0
101
Member Avatar for sudharani

Hi Friends, I have created web setup for my web application. If i double click the file [B][U]"WebSetup1.msi"[/U][/B] it is giving the message that "Please install IIS and run this setup again".Can I download IIS from any website.Or is there any other method to solve this. Please mention the site …

Member Avatar for thewebhostingdi
0
78
Member Avatar for saajidh

HI friends currently I’m facing problems with the site map please help me... Problem specification I want to change the sitemap Node title based on the member role; for example I have Admin and Staff role in the system. In this case when the Admin logs in the navigation should …

0
47
Member Avatar for mikefitz

I developed an ASP.NET web application using using Visual Studio .NET 2003. I developed it on a Windows XP Professional workstation. I need to deploy it on a Windows Server 2003. I installed the project on the Server by creating a Web Setup project. All the files are in the …

Member Avatar for f1 fan
0
207
Member Avatar for akVS

Hi every one, I am Aweda Akeem, a young, beginner, and aspired professional programmer/developer using VB.NET as my development language. I am writing a mini e-banking system. I want to make provission for picture upload as customer's new account is beign created/opened and display the image before the Submit button …

0
50
Member Avatar for RehabReda

hi guys:) i have a big problem:-/ now i have a program that have a client class and model (in mvc) then the problem is that 1-i want the client when something comes from server to inform the model 2-i want the model if any change has been made in …

Member Avatar for RehabReda
0
94
Member Avatar for coollife

Hi i have DataSet1.xsd item , i want to fill this DataSet1.xsd with the dataset ds which is developed in default.aspx.cs page. Later i want to bind the crystal report viewer with this dataset. Please specify url or tutorial links which have worked for u . Hoping to get some …

0
63
Member Avatar for tate-u

Can someone help and show me how to display using (VB.net) these two tables combined into one. I'm really struggling trying to figure this out after hours of work, I decided its time to ask for help! So in SQL Server 2005 I have the following tables... [B]Students[/B] PKId Cart_Id …

Member Avatar for padtes
0
157
Member Avatar for NguyenThai

Hello. My project required me to search the record inside the database. What I mean is I save the text field of a session like Session["Example"] = "ex". Then using this session to search inside the field of table of SQLDataSource. If the session match the field, then display the …

Member Avatar for reach_yousuf
0
117
Member Avatar for al.nop

Hi All. I'm Developing on One project that Contains Just One Page(home.aspx) ! Home.aspx Contains ScriptManager , UpdatePanel ( A Div , Some LinkButtons that Load related UserControl ) in UpdatePanel. Other pages are UserControls(UC) that Load in a div placed in Home.aspx . Some user controls Contains javascript Codes …

Member Avatar for serkan sendur
0
64
Member Avatar for SID.SIL

Hello again friends Now I would like to know how to validate a DropDownList to know if an item was selected or not Thanks

Member Avatar for IdanS
0
65
Member Avatar for raafi007

Hey I need a regex that would allow following input matches: 0.1,1.1, 0.001, 1.4, in short number should be less than 2.00. Thanks for help.

Member Avatar for raafi007
0
64
Member Avatar for shankbond

Hi, I have a gridview with autogenerated fields, 2 template fields, 1 command field. Now, I want to hide one of the columns in a gridview . I have a code written in rowdatabound protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[2].Visible = false; } this code works well when …

Member Avatar for padtes
0
75
Member Avatar for Mongz

Im passing a query string from 1 page to many pages, the second page accepts the query string and pass it to the next page and so on. On the second page i accept the query string and it appear's on the url bar, that shows that the second page …

Member Avatar for sknake
0
189
Member Avatar for sudharani

I am doing a small project.In that users can register for yoga programs.When the administrator set the new program with date ,place and timings then the registered users should get email automatically with all above details . Please help me doing this. I have done the registration part successfully.

Member Avatar for sudharani
-1
2K
Member Avatar for engg_mahesh_knl

hii All, I wants to Create XML File DYnamically Using ASP.Net C# which retrieves data from sql server database. Also I wants that To delete / Create Xml files on server Just By Clicking a button... Thankyou....

Member Avatar for IdanS
0
818
Member Avatar for sudharani

Hi, I want to pass cid genarated in selling.aspx to orderform.aspx . How to retrieve the query string in orderform.aspx I gave the code below in selling.aspx [code]SqlConnection con; SqlDataReader dr; con = new SqlConnection("Persist Security Info=False;Uid=sa;Password=q1w2e3/;Initial Catalog=YOGADATA;Data Source=PC-1"); con.Open(); t=0; SqlCommand com = new SqlCommand("select * from Custlogin", con); …

Member Avatar for IdanS
0
144
Member Avatar for IdanS

Hi, I have a sliderextender on my page. The problem is that it always on top of all controls. I mean I have a popupcontrol when it opens I can see the sliderextender under it. What is the problem and how I can fix it. Thank you.

0
59
Member Avatar for bshyama24@gmail

Hi All,I want to add ICICI payment gateway in my web application.How to do it?

Member Avatar for engg_mahesh_knl
0
84
Member Avatar for mISHOOO

Hello, people! I haven't programmed web applications so far, so I don't know too much about them. I need to create an application that will be hosted on a server. The user will interact with it via a web page, but I need to make parts of the code to …

Member Avatar for mISHOOO
0
78
Member Avatar for blackbr

In visual studio 2008, asp.net / vb.net, I want to be able to generate an mhtml Report Server report, then read it into the body of an email message, and send the email. I know how to initiate the report, and how to generate/send the email message. What I'm confused …

Member Avatar for blackbr
0
877
Member Avatar for robbied81

Hi, Can someone help me. I am creating a booking wizard for my test site. The wizard it insdide a loginview. I am using a textbox with a calendar extender to input a date. I only want users to be able to select a date from tomorrow - 30 days. …

0
48
Member Avatar for Minald
Member Avatar for ddanbe
0
95
Member Avatar for SID.SIL

Hi Guys Talking about my last post Yet. I´d like to know If I can put two or three ModalPopUpExtender in the same WebForm. Thanks a lot guys

0
54
Member Avatar for laghaterohan

Folks....can u tell me how to pass an argument to the Javascript function written in source thru Code behind...?? here is my code: [Code] <head runat="server"> <title>Untitled Page</title> <script type="text/javascript"> function message(name) { alert("Hello" + name) } </script> </head> [/Code] In my code behind file : [CODE] btnok.Attributes.Add("Onclick", "message();"); // …

Member Avatar for laghaterohan
0
112
Member Avatar for rojina
Member Avatar for 3pid

Hey, I`m trying to use MySql database in asp but I keep getting this error: The server tag is not well formed I think my problem is that I cant connect to mysql! Does anyone know how to use mysql database in asp.net? [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" …

0
103
Member Avatar for coollife

[code=c#] I created a new crystalreport1.rpt , and also created a new DataSet1.xsd . For the crystalrepor1.rpt i have the given DataSet1.xsd as datasource . Now in the default.aspx i want to create a dataset of my requirement and assign that to dataset1.xsd and bind this to crystalreportviewer control which …

0
54
Member Avatar for ViRiPuFF

Hi I need to send an Email from an aspx page I've set up my SMTP server to accept sending Email from this machine granting connection and relay to my machines IP address In this code I'm trying to send to myself I get no errors but it does not …

0
62
Member Avatar for bshyama24@gmail

Hi All, I'm using application object in Application.Lock(). But some errors are coming.The errors has been given below. Error E:\...\StateMgmt\ 25 E:\infonet\in\StateMgmt\Default.aspx.cs 24 'System.Web.UI.HtmlControls.HtmlForm' does not contain a definition for 'Lock' and no extension method 'Lock' accepting a first argument of type 'System.Web.UI.HtmlControls.HtmlForm' could be found (are you missing a …

Member Avatar for bshyama24@gmail
0
115
Member Avatar for saj_amo

Protected Sub subdata(ByVal id As Integer) Dim myDataReader As System.Data.SqlClient.SqlDataReader Dim myConnection As New SqlConnection Dim myCommand As New SqlCommand Dim strSQL As String strSQL = "SELECT class_id,subject_id,subject_name FROM subject where subject_id =@class_id " myConnection = New SqlConnection(" Data Source=SAJJAD;Initial Catalog=ac;Integrated Security=True") myCommand.Parameters.AddWithValue("@class_id", id) myCommand = New SqlCommand(strSQL, myConnection) myConnection.Open() …

Member Avatar for sknake
0
139
Member Avatar for mkazim85

Hello Dears I am facing a problem and for solving this i visit number of forums but not successful to find my solution. The scienario is that I have a gridview and it provides the functionality of add, edit, update and delele of Departments. I open a modal pop up …

0
57
Member Avatar for SID.SIL

Olá amigos Tenho um GridView com CheckBox 1 por line.When eu clicar nele, fico com a seqüência de identificação inseridos. Dar posse do ID eu clicar em um botão que vai abrir uma ModalPopupExtender, exibindo os dados do registro selecionado. Este alias é tudo, mas em execução, como uma janela …

0
57
Member Avatar for moorcroft

Hi I use the following code to connect to an orace database in Visual Studio 2008 and it is falling over with the exception of ServerVersion threw an invalid operation exception at line 3: [CODE=C#]m_strConnectionString = Settings.GetMandatoryConfig("databases", "SourceDB"); m_strQueryTerminator = Settings.GetConfig("databases", "QueryTerminator"); m_odbConn = new OleDbConnection(m_strConnectionString); m_sql = new SQL(DatabaseType.AnsiSQL, …

Member Avatar for cgyrob
0
113
Member Avatar for aimlessWonderer

It's long, but trying to give as much informtion as possible at one time. Having an issue with random individuals trying to access an intranet site with a security certificate. Most users are able to simply select their Smartcard/CAC certificate, enter the pin number and then are granted access to …

0
125
Member Avatar for MxDev

Hi guys, Is there any JSP IDE which facilitate the development of webpages as in ASP.NET using Visual studio with minimal written code. Thanks in advance

Member Avatar for qhuwn
0
133
Member Avatar for diogoc.pinheiro

Hello guys, I need help here. I´m new to C# and asp.net, i'm doing a program that shows a list box with the users in the DB. A user has a group or a schedule. What i want to do is, when the user selects a user i want to …

Member Avatar for lenj
0
163
Member Avatar for praveen_dusari

hi all, iam familier to php forum in this daniweb but new to asp.net pretty confident in php programming now i want to learn .net too,can anyone suggest me some tutorial sites. i want to develop web application in .net. thanks

Member Avatar for lenj
0
79
Member Avatar for coollife

[code=c#]public partial class Prod : System.Web.UI.Page { }[/code] Here i have another class file called clsdbconnection which has connection string function called getconnectiondb(). To use that getconnectiondb() function i need to use the class in the present class prod. How to use the class, I tried all these ways but …

Member Avatar for Ramesh S
0
83
Member Avatar for newcook88

Can someone please help me to create a functun which will allow to dynamically filter the grid view example: if the user wants to search a employee with different fields how to create a dynamic fiter situation 1 filter by only one colum eg employee id situation sort with 3 …

Member Avatar for kvprajapati
0
83
Member Avatar for coollife

I am using Reportviewer control which has mappath to crystal report file . Its working fine with one problem the thing is its displaying details in such a way that few fields at the end cannot be seen on the screen. If i make the display size 75% i am …

Member Avatar for kvprajapati
0
65
Member Avatar for ankitjain1110

hello am tryin to develop a login page for my website.am using c# and microsoft access. can anyone help me out with a secured login page n session.

Member Avatar for kvprajapati
0
133

The End.