12,085 Topics

Member Avatar for
Member Avatar for Pari13

Hello All, what is code for exceute one aspx page onclick hyperlink without dispaly that page? Basically, I have one page p2.aspx.,which getting querystring parameter from page p1.aspx. When I cliced on hyper link of p1.aspx page .it redirect to the p2.aspx. but i want only that the code on …

Member Avatar for dnanetwork
0
396
Member Avatar for anant.mgm

Hi ALL, I want to develop mobile application for Symbian60 OS (nokia mobile) in asp.net. Could you please tell me what are the requirment for this. I have VS 2003 , 2005 and 2008 on my machine. Thanks ANANT

Member Avatar for finito
0
97
Member Avatar for visweswaran28

Hi, I have aspx page in which I loaded tables and other info dynamically, now i want to convert this current page content into pdf, is it possible..

Member Avatar for rohand
0
60
Member Avatar for laghaterohan

Hello, (C# AND ASP.NET) For a particular employee i have his details stored in the database. These details also contain joining date which is stored in the database in the format yyyy-mm-dd. In the front end i have 3 dropdown lists one for DD another for MM and the third …

Member Avatar for finito
0
291
Member Avatar for CMSHelper

Hi I want to design a web page in Asp.Net(visual stud. 2008) by using microsoft express, But i dont have any idea. Can anyone help me out to design web page in Asp.net Thanks

Member Avatar for papanyquiL
0
169
Member Avatar for spacepilot5000

Data entered in textboxes is not getting updated in database. In debug mode I see that textbox1 and textbox2 in ItemUpdating event contain the same values as they had before calling ItemUpdating. Here's my listview control: [CODE]<asp:ListView ID="ListView1" runat="server" onitemediting="ListView1_ItemEditing" onitemupdating="ListView1_ItemUpdating" oniteminserting="ListView1_ItemInserting"> //LayoutTemplate removed <ItemTemplate> <asp:Label ID="Label2" runat="server" Text='<%#Eval("id")%>'></asp:Label> <asp:Label …

Member Avatar for pippopboy
0
883
Member Avatar for jellybeannn

I want to export evrything in a page to excel, it's just the graph that does not export. I used ChartControl graph which I downloaded. [code] protected void excel_Click(object sender, EventArgs e) { excel.Visible = false; Response.ContentType = "application/ms-excel"; Response.AddHeader("content-disposition", "attachment; filename=CashFlow.xls"); } [/code]

0
81
Member Avatar for itee

I have to create a registration form through which data will be entered into two tables one the profile table n other the address table. The problem is that i have to enter the address id of address table simultaneously into the profile table. now i dont know how to …

Member Avatar for johnmarshel
0
80
Member Avatar for BonaDrag

I've made a picture gallery by putting the pictures in a table, but when I compile the page and try to downscale it (ctrl-) the pictures don't show anymore. How can I make the table downscale when the rest of the user interface does? I also wonder if there's a …

0
52
Member Avatar for sureshrajanmca
Member Avatar for mcgarry101

Hi all, Wondering if anyone can help me with this issue. I am using a SqlSiteMapProvider (inherits from SiteMapProvider) to build a menu on my site from an Oracle DB. This menu is built according to the user type, ie, user type A's menu is different from user type B. …

Member Avatar for mirib
0
154
Member Avatar for needanswer

This is first time to do the web program with vwd 2008 express, just tried to practice to add an Insert button on gridview, actually the insert button not working yet. MY QUESTION is when I connected the database with Access USING GRIDVIEW, if the Access table is empty, I …

Member Avatar for needanswer
0
85
Member Avatar for laghaterohan

Hello, I store Date in my database ( in sqlserver 2008 my datatype for this field is Date) however when i display the date in front end (ASP.NET C#) i get Date along with Time 12:00 AM as a default time. I dont want Time to be displayed in my …

Member Avatar for dnanetwork
0
144
Member Avatar for needanswer

Tried to make the "add" button working, it is only half working(*). I can add the new record form the textbox, but I will get the error on the datasource, datasourceID, THEN i CHANGED THE DATASOURCE TO DATASORUCEID, i GOT THE OTHER ERROR THE "dt" couldn't transfer to string, how …

0
56
Member Avatar for nebyas

Friends, I have a master-detail form. How can I set permission for the form in such a way that, a user having permission to edit only can edit a record. a user having permission to view can only view the data and print it. Can you suggest some methods or …

Member Avatar for sergb
0
57
Member Avatar for iamchamith

I am new for "AJAX"... For Learn ajax i use e book...[professionl asp.net 2.0 ajax]... In that ebook there are some asp codes,that is not recognize... eg[CODE]<div> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <asp:Button ID="Button1" runat="server" Text="Update One" /> <asp:Button ID="Button2" runat="server" Text="Update the Other" /><br /><br /> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" > …

Member Avatar for dnanetwork
0
112
Member Avatar for interdream

Wasn't sure on the best place to post this... went for ASP.NET because that's the language most commonly associated with IIS. However, I am using PHP on an IIS7 server. I am trying to rewrite URLs on an IIS7 server (yes, the URL rewrite module is installed) and it works …

0
44
Member Avatar for ketansingh9
Member Avatar for ketansingh9
-1
101
Member Avatar for umair.sabri

i want to disable dropdown list in my all web pages till connect button is pressed can any rite a javascript function for me plzzzzzzzzzzzzzzzzz

Member Avatar for jbisono
-1
66
Member Avatar for umair.sabri

i have a dropdown in one page i want the selected value of drop down in other page as a label lblBranchName.Text=Request.QueryString["cmbDatabase.SelectedItem"]; cmbdatabase is my dropdown and lblbranch is my label in second page how can i do this pls any 1 tell

Member Avatar for dnanetwork
0
72
Member Avatar for priyankaShri

hi.. well i have a gridview on a page and when the user selects the gridview row then that gridview row should be redirected to a new page. this new page has another gridview which i need to populate with the selected gridview from previous page. can somebody help me …

Member Avatar for kvprajapati
0
18
Member Avatar for cumadhu

Hi All, I need to disable Back button of IE when an welcome.aspx page load into the browser. I dont want the user to click back button after logging in. Is there any code to disable the back button of IE? Please send your suggestions. Thanks and with regards, Madhusudhan.H.K.

Member Avatar for data4use
0
1K
Member Avatar for d3fcon

Hi All, I'm new to web dev and c# so please bare with me I am trying to create a dynamic gridview in a web form for users to to answer questions with (code below). The dificulty im having is that i am nesting a dropdwonlist in the gridview and …

Member Avatar for nebyas
0
112
Member Avatar for umair.sabri

i m developing website in C#.net but my exception message is not displaying in alert box how can i disply my exception in alertbox in try catch any body pls tell me i have tried all of these but n0 result................... [code] ScriptManager.RegisterStartupScript(this, typeof(Page), "test", "alert('Error - TRANSACTION ROLLED BACK'," …

Member Avatar for kvprajapati
-1
79
Member Avatar for Naters_uk

I have created a random password generator function in asp.net (vb.net). [B]How do i call this function through my asp.net button???[/B] :cry: Function RandomPW(ByVal myLength) 'These constant are the minimum and maximum length for random 'length passwords. Adjust these values to your needs. Const minLength = 6 Const maxLength = …

Member Avatar for kvprajapati
0
254
Member Avatar for aripaka

hi, What is 3-Tier Architecture and how is it implemented in ASP.NET? Can anybody please make me clear regarding this doubt..?

Member Avatar for kvprajapati
0
537
Member Avatar for nebyas

How to implement a simple workflow system? eg: A user submit his leave application, which will be forwarded to his boss. The Boss approves it and forward it to another department and finalizes the approval. The user should know the status of the application, where it is. Please provide me …

Member Avatar for kvprajapati
0
78
Member Avatar for Sinha's

Hello experts, I have a web application in ASP.Net (C#) and SQL Server 2005. In the application the end user can enter the customer record. When one end user use the application and enter customer record it works fine. But whenever more then one end user try to enter record …

Member Avatar for kvprajapati
0
266
Member Avatar for jamshed ahmed

as in below link when colleps panel expands then content also goes down how it can be done. plzzz visit the below link i have use CollapsiblePanel but my content are now moving down when i click on button to expand the panel but my contentn below remain at it …

Member Avatar for kvprajapati
0
89
Member Avatar for iamchamith

I use ASP.net & code behind file as C#.net I set Alert in server side as like this...in button click event [CODE] protected void btnSubmit_Click(object sender, EventArgs e) { ClientScript.RegisterStartupScript(GetType(), this.ClientID, "alert('Hi');", true); } [/CODE] This button Is in the Buttom of the page... When I click the button,This Alert …

Member Avatar for kvprajapati
0
96

The End.