Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #1K
~17.4K People Reached
Favorite Forums
Member Avatar for bylandsend

Hi, having a problem implementing partial page postbacks using a scriptmanager and an update panel. Here is a test page using a web form to call a user control. I am hitting the else statement in the code behind that confirms I do not have a functioning partial post back. …

Member Avatar for arun1123
0
3K
Member Avatar for nirveshverma

hey buddies:) here is login page for begining purpose in asp.net i hope you will enjoy it and it is expected there is some mistakes also so please feedback it. Thanks

Member Avatar for umamahesh2020
0
153
Member Avatar for ranu jain

[CODE]Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click Dim j As Integer Dim conn1 As New SqlConnection Dim cmd1 As SqlCommand Dim dp1 As New SqlDataAdapter Dim ds1 As New DataSet Dim str1 As String str1 = "Insert into Feedback( Title,UserName,EmailId,Feedback,) Values('" & ((txtTitle.Text).Trim).ToUpper() & " …

Member Avatar for crishjeny
0
158
Member Avatar for MaSSaSLaYeR

Hellow! I'm having a problem to get the inserted values from the detailsview. I've tried the following things: [CODE] // Get Value from DropDown int TopicID = 0; foreach (DetailsViewRow row in ItemsDetailsView.Rows) { if (row.Cells[0].Text == "Topic") { DropDownList TopicDropDown = (DropDownList)row.Cells[1].FindControl("Topic_TopicIDList"); TopicID = int.Parse(TopicDropDown.SelectedValue.ToString()); } } MsgBox(CType(DetailsView1.Rows(1).Cells(0).Controls(0), Label)) …

Member Avatar for MaSSaSLaYeR
0
163
Member Avatar for farooq82

Hello Everyone, I am create a shopping application. I have load all products to gridview with a button with rowcommand event. When I click on add cart button the current row will be add to a object of girdview row. Now how will i get value of qty which is …

Member Avatar for guru_sarkar
0
133
Member Avatar for b9678123

Hi, I have a Gridview on Default.aspx. There is a ButtonField (Button Type: Button) on the Gridview1. When user click on any button of ButtonField, I want to show a pop-up of size 500x400 px with a Label, a Textbox and a Button. Please help me in achieving this as …

Member Avatar for sundarchum
0
265
Member Avatar for rayda

i m doing a project using asp.net vb.. i wanna make 1 pc as the server to keep all my database and codes, another pc use to access the web page that i hv created in the server pc.. but i do not know how to or what to write …

Member Avatar for guru_sarkar
0
157
Member Avatar for rafaele-elvis

Hi Comrades, I am developing a web application. The application manages a physical book and multiple choice questions as self-practiced exercises. The problem is that there are a lot of formula in every lesson of the book. I have used a way is to capture these formulas and insert like …

Member Avatar for guru_sarkar
0
71
Member Avatar for new SE

Hi all, i havw make a page for user entry..now i'm uisng [CODE] <asp:RequiredFieldValidator ID="CmpCode" ErrorMessage="*" runat="server" ControlToValidate="txtCmpCode"></asp:RequiredFieldValidator> [/CODE] to make a validation but not enough space.. anybody have any suggestion to make a validation rather than diaplay the error message? i'm thinking about just red bold the textbox but …

Member Avatar for guru_sarkar
0
94
Member Avatar for bernard_bear

Hi everybody! Im getting an error with RangeValidator. Its simply and very strange. Im validating a text field that gets a date. The minimun value is "1900/01/01" and the maximum value is "2010/12/31". The error occurs when I insert the date "1987/10/18". All other dates are accepted (well, those i …

Member Avatar for guru_sarkar
0
45
Member Avatar for Edwin Ramokolo

i having a problem with my website i cannot login via my connection string i get a error say: ================================================================== Login failed for user ";. The user is not associated with a trusted SQL Server connection. Description: An unhandled exception occurred during the execution of the current web request. Please …

Member Avatar for guru_sarkar
0
137
Member Avatar for ranu jain

Hello i want that my client subbmit his query by my site n i can resieve it in my gmail acccount . what should i do for that. thanks

Member Avatar for guru_sarkar
0
104
Member Avatar for AngelicOne

I have a gridview that is being generated at runtime. When there is no records return, the gridview becomes hidden and it shows empty page which is quite confusing for the user to distinguish whether it's hidden or the page doesn't load successfully. What I need to do is to …

Member Avatar for guru_sarkar
0
89
Member Avatar for bhaumik1987

Hi guys I am taking values on a page. Clicking on a save button and on the click event want to open up a grid to show values depending on the search made. So i need to transfer these values from search page(on which im taking these values) to the …

Member Avatar for guru_sarkar
0
161
Member Avatar for ranu jain

I haved created a registration form by create user wizard. Now what i wanted is dat after 2 day of registration user should have locked out automatically. what shoule i do for this?

Member Avatar for ranu jain
0
105
Member Avatar for ranu jain

hiii I have two page in my adminitrator folder of my web site manageuser.aspx and userinformation.aspx .Now when i click at manage button at manageuser.aspx page i have to navigate userinformation.aspx page with corresponding user. i set in the greed view of manageuser.aspx page- [CODE]<asp:HyperLinkField HeaderText="manage" Text="manage" DataNavigateUrlFields="UserName" DataNavigateUrlFormatString="UserInformation.aspx?user={0}"/> [/CODE] …

Member Avatar for ranu jain
0
95
Member Avatar for srky

In My applicatin I have added an AutoCompleteExtender to a TextBox. The web method queries a database and returns Employee names for the Auto Completion. This works great and is very snazzy! However, I would like to populate other controls on the page based upon the text that is entered …

Member Avatar for guru_sarkar
0
62
Member Avatar for subhankar02dey

I have a gridview in which i populate data about books in a library. There is a column as 'Book Name' in the gridview. I want to make this column as linkbutton. And whenever I will click the linkbuttons, the details of the corresponding book will be displayed in another …

Member Avatar for siju kuriakose
0
3K
Member Avatar for srky

Hello, I am developing an asp.net c# application. I need to implement a textbox in which the user enters a character (or more then 1) and a dropdownlist is filled according to that character (it is filled with all of the strings the begin with that character). it's like an …

Member Avatar for guru_sarkar
0
74
Member Avatar for yennh

I am using [COLOR="Red"][B]aspx.cs [/B][/COLOR]to create a login page. I would like to create a remember me cookie using a checkbox that will help to remember user ID but will also allow it to be destroy if a different user ID wants to log in with the same computer, but …

Member Avatar for guru_sarkar
0
76
Member Avatar for madheswaransuji
Member Avatar for andyherebi

Hello... I'm trying to connect the data that is enter in a textbox to an mysql database table, can someone let me know how to do it in visual web developer 2008, and if is not necessary to write the code, just with some of the options on the toolbox.... …

Member Avatar for sworld
0
78
Member Avatar for deven_a76

Hi, I am using VS 2005. I am trying to get the connectionstring from the Web.config file. As per the Msdn as well as search on the google, most of the code days to use ConfigurationManager.Appsettings --> for getting the string from the file. But when I am going deep …

Member Avatar for deven_a76
0
140
Member Avatar for woolm110

Hi all I'm having trouble with some of the login controls for my website. I've successfully set it up so when a user registers it enters the details into an Access database. I'm now trying to get the login to work but can't see how to implement this. I've had …

Member Avatar for woolm110
0
241
Member Avatar for mystic2230

Hi, I have created one menu user control. This contorl is referenced by all the web pages part of the web application. The issue i am encountering is that wheni refer this user control and then click on any button, there is no action happening. e.g I have a button …

Member Avatar for guru_sarkar
0
69
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 simmy7

I am using .Net 2 in Vs 2008 and I am trying to get the onclick event for a checkox to fire when clicked. Unfortunately it is not firing. I can see the code is added to the checkboxs html. This is the checkboxlist: [CODE]<asp:CheckBoxList runat="server" ID="chkSides" RepeatColumns="3" RepeatDirection="Horizontal" DataValueField="ItemNo" …

Member Avatar for Ramesh S
0
647
Member Avatar for ricksvoid

Im a recent grad working on my first paid project as an aspiring freelance .net developer. I have no idea what to charge for the project description below: Client needs a web app to manage sales leads. Sales reps, managers, and call center will all be able to insert a …

Member Avatar for guru_sarkar
0
139
Member Avatar for sonia sardana

[code] <connectionStrings> <add name="ConnectionString" connectionString="Data Source=(local);Initial catalog=sonia;User ID=sonia;Password=sonia;" providerName="System.Data.SqlClient"/> </connectionStrings> [/code] [code] public partial class Frmgrid : System.Web.UI.Page { SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString); SqlDataAdapter da; DataSet ds; protected void Page_Load(object sender, EventArgs e) { try { da = new SqlDataAdapter("SELECT * FROM Products", conn); da.Fill(ds, "tb1"); DropDownList1.DataSource = ds.Tables["tb1"]; …

Member Avatar for guru_sarkar
-1
101
Member Avatar for sandeep_1987

I want to create a User Control,that contains two textboxes & button.Can anybody tell me how to create user control with events??

Member Avatar for sandeep_1987
0
82