13,153 Topics

Member Avatar for
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
113
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
61
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
60
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
61
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
72
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
149
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
807
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
142
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
57
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
81
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
74
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
865
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
45
Member Avatar for Minald
Member Avatar for ddanbe
0
91
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
52
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
110
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
102
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
51
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
59
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
111
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
136
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
55
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
54
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
110
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
119
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
161
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
76
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
80

The End.