13,153 Topics

Member Avatar for
Member Avatar for Paddy533

Hi guys, I'm not just new here, but very new to the world of ASP.NET - So please be gentle with me :) I'm trying to pass an object between 2 pages and run into a bit of a problem. I've followed the method as described here and it works …

Member Avatar for serkan sendur
0
49
Member Avatar for srinukatkam

Hi guys in databrid emp table is there but that table will show assending order by all fileds

Member Avatar for serkan sendur
0
51
Member Avatar for ebabes

I wish to insert an [B]swf[/B] files in ASP.Net, how can I do it? What is the code in ASP.Net?

Member Avatar for ebabes
0
250
Member Avatar for arunsolanki31

can somebody tell me about how can pass value from page to other page rathen than query string and cookies any other process .plz put some coading

Member Avatar for nukewarm
0
82
Member Avatar for u4umang2001

Hi i want to bind a drop down list on the other drop down list selected index change event. i m using the following code--- ddlid.Attributes.Add("onchange","javascript:callfunction(this);") function is written in a seperate js file. this works in IE but not in Mozilla... plz give me the solution so that it …

Member Avatar for balajipdv
0
310
Member Avatar for hwa

Example: I have a table name A and have three column name OVER_DUE_DATE_TIME(date/time), DUE_DATE_TIME(date/time) and DURATION(Integer, in hours). I need to do this validation: DUE_DATE_TIME + DURATION <= OVER_DUE_DATE_TIME If the validation is wrong then should prompt the user error message. May I have this solution in C# !! Thanks …

Member Avatar for hwa
0
170
Member Avatar for daniyah

Very new to Asp.net and need vb.net code for login validation...... Can i get any help please ? I've designed the front end in MS visual studio .net and it contains a username n password field and a login button . HAve created the table in SQL NOw i need …

Member Avatar for SheSaidImaPregy
0
60
Member Avatar for cmhampton

I'm having trouble with finding a checkbox control on a page. I have a repeater that creates a list of items with checkboxes (so I can activate/deactivate them). The checkboxes are named as follows in the html source: ctl00$ContentPlaceHolder1$ActivateLevelZero$rptItems$ct100$chkIsActive ctl00$ContentPlaceHolder1$ActivateLevelZero$rptItems$ct101$chkIsActive ctl00$ContentPlaceHolder1$ActivateLevelZero$rptItems$ct102$chkIsActive etc... When I try to access them in the …

Member Avatar for cmhampton
0
153
Member Avatar for ItsMeYuvan

All, I am adding HTML controls with runat ="server" dynamically from my asp.net code. <form id="frm1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="Button" /></div> <div runat="Server"> <asp:PlaceHolder ID="p1" runat="server"><%=strControl%></asp:PlaceHolder></div> </form> The code behind has Public strControl as New string strControl = "<input type=""hidden"" id=""test"" value=""test1"" runat=""server""/>" Am able to view the …

Member Avatar for SheSaidImaPregy
0
154
Member Avatar for Jihad

I am making a form that should update data. well when update button is clicked the database is update,but with the same old data that was found when the page loaded, even if the text fields text changes it still save the same old data that was there at loading. …

Member Avatar for SheSaidImaPregy
0
53
Member Avatar for Jihad

How can i send more than one parameter from one page to another? its like NewPage.aspx?para1=value1 para2=value2 How can i combine the 2 parameters thanks for the help in advance

Member Avatar for SheSaidImaPregy
0
84
Member Avatar for tgreer

I've posted a new article on my site, dealing with how to integrate JavaScript and ASP.NET. It's a "beginner level" article. [url]http://www.tgreer.com/aspnet_html_03.html[/url]

Member Avatar for SheSaidImaPregy
0
211
Member Avatar for rinkul

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.Data.SqlTypes; public partial class Login : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Login1_Authenticate1(object sender, AuthenticateEventArgs e) { bool Authenticated = false; Authenticated = SiteLevelCustomAuthenticationMethod(Login1.UserName, Login1.Password); e.Authenticated = …

Member Avatar for SheSaidImaPregy
0
86
Member Avatar for majestic0110

Hi, I have a DetailsView on my page that connects to a SQL server D/B and shows its data.However, It is not visible on my page when I launch my browser. Any ideas or past experience with this? Thanks for reading.

Member Avatar for majestic0110
0
694
Member Avatar for namsSoftee

Hi Frndz, My code is like this: Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkButton1.Click sql = "select LS from Tests_Attended where Emp_ID = " & Session("EmpID") cmd = New OleDbCommand(sql, con) ds = cmd.ExecuteReader If ds.HasRows = True Then ds.Read() If ds.Item("LS") = True Then …

Member Avatar for namsSoftee
0
151
Member Avatar for Geek-Master

I've searched every where for any code examples for a manual sorting routine, but the only ones I can find are in C#. I've been able to convert it into its VB counterpart, however I'm having trouble with the data casting. The original C# code came from this address [URL="http://forums.asp.net/t/956540.aspx"]http://forums.asp.net/t/956540.aspx[/URL] …

Member Avatar for SheSaidImaPregy
0
324
Member Avatar for s1986

i have a login page with a login button and reset button.now when the user enter its id and password and then press enter both the user id and password textbox becomes blank.i checked the tabbed index of the two button thinking it may be due to the reset button …

Member Avatar for SheSaidImaPregy
0
81
Member Avatar for serkan sendur

I dont clean the unnecessary namespaces that .net automatically generates. Is there any problem with that?

Member Avatar for SheSaidImaPregy
0
104
Member Avatar for s1986

how do i disable the BACK button of IE.can it be done using session.if so can anyone please explain me how it works and give me a bit of information about this session thing as i have no idea about it and when i searched the web it left me …

Member Avatar for SheSaidImaPregy
0
111
Member Avatar for foundsheep

I have a page that inserts information to multiple tables. This part is working fine. What I want to add is when a user adds a new company not only is it inserting to the db but it is also posting the results on a separate page. For instance it …

Member Avatar for foundsheep
0
629
Member Avatar for psathish2

hi i am `asp.net` beginner, i doing login validation using `asp.net` in c#. here i was create the db in sql server 2005 ,fetch the data from db and compare the text box value. if condition error will be show. it is using visual studio 2005. given below my code …

Member Avatar for psathish2
0
253
Member Avatar for sahoo.satya1984

I can sort in gridview,but i've two problem 1)When i click edit button,sorting changed to reverse order. 2)When i go next page through paging,data are not in same order as in previous page. What can i do ?

Member Avatar for Kusno
0
47
Member Avatar for mihirtalks

hello, i am uploading an excel file from my web application and is working fine from the local machine but gives an error "unspecified error" when i try to upload from another machine. i have used oledb connection with Microsoft.Jet.OLEDB.4.0. i have kept 'impersonation = true' in my web.config file …

Member Avatar for Kusno
0
204
Member Avatar for johnny.g

hiii, i am using asp.net 2005 and sql server 2005...i hav a page in which i have used gridview ant sql data source.. i have written the update command for the same..the problem is when i add the where clause in the query i get an error ,,,,here is the …

Member Avatar for Kusno
0
53
Member Avatar for hendyhanusin

Dear friends, I wrap an unmanaged VC++ 6.0 class in VB .NET like below : [code] Declare Function ACR120_ReadATQB Lib "ACR120U.DLL" (ByVal rHandle As Short, ByRef pATQB As Byte) As Short Declare Function PICC_RATS Lib "ACR120U.DLL" (ByVal rHandle As Short, ByVal FSDI As Byte, ByRef atslen As Byte, ByRef ats …

Member Avatar for kerek2
0
337
Member Avatar for majestic0110

Hi all, I am looking for an ASP.Net 2.0 training (online/dvd/cd) - any recomendations? I am in the UK and have some ASP.Net experience. I am not looking for a class to attend, or lectures etc. I am looking for something I can complete either online or from a DVD …

Member Avatar for serkan sendur
0
75
Member Avatar for johnny.g

hiii,,,i m using asp.net 2005 and sql server 2005 i m using gridview and sql datasource,,whn i debug the application i get ths error:::: ________________________________________ Format of the initialization string does not conform to specification starting at index 0. ___________________________________________________ can ne1 help me out with ths error,, thnks in …

Member Avatar for serkan sendur
0
43
Member Avatar for ebabes

I wish to put an image/icon beside the website address everytime a user visits my page. How can I do this in ASP.Net?

Member Avatar for ebabes
0
117
Member Avatar for ebabes

I inserted a Calendar object in my page. I want that when I click a certain date, let's say a label will appear visible in the page such as "This day is your scheduled meeting!". Assume that this label is set initially as [B]lblMsg.visible = false;[/B]. How can I do …

Member Avatar for ebabes
0
65
Member Avatar for Vish_All

[B]hi all[/B] [B] is there is any streaming method for video conferencing..[/B]

Member Avatar for sistie23
0
99

The End.