13,153 Topics

Member Avatar for
Member Avatar for sixtus

Hi - I need some help. I have upgrated my server, webserver, ... to windows 2008, IIS 7.0 and ASP.NET 3.5. That gives me some problems. I have a page where people can upload and download documents. Upload works fine but download doesn't work. The documents is downloaded by using …

Member Avatar for sixtus
0
100
Member Avatar for VinayRok

Hi friends......... Am using a one Textarea and Text box and a Button in my application.. whenever i write a text in textbox and click on the button . textbox value is copied to Textarea... This logic i have written in Button_Click event. Now in an situation i dont want …

Member Avatar for kameswari
0
227
Member Avatar for chrispaul8676

hi, there, i came up with thisd login page. i came up with username , password and result textbox. i have included the C# behind code. i want to use roles and membership, but don't know how. i am not suppose to come up with any dropdownlist or textbox for …

Member Avatar for chrispaul8676
0
167
Member Avatar for dnanetwork

so far i've implemented virtual terminal & Hosted order page module.. remaining is silent post, Legacy SCMP api, Simple order API, Soap toolkit api... my question is it necessary to implement Legacy SCMP api, Soap toolkit api....if yes then why...?

Member Avatar for DangerDev
0
138
Member Avatar for sonia sardana

Default1.aspx [code] protected void Button1_Click1(object sender, EventArgs e) { Session["name"] = TextBox1.Text; Response.Redirect("Default2.aspx"); } [/code] Default2.aspx [code] protected void Page_Load(object sender, EventArgs e) { string sBeforeAbandon; string sAfterAbandon; sBeforeAbandon = Session["name"].ToString (); Session.Abandon(); if (Session["name"] != null) { sAfterAbandon = Session["name"].ToString(); } [/code] Hey frnds Session.Abandon clears all the session …

Member Avatar for sknake
0
84
Member Avatar for jensenvembil

i am trying to make a simple login form using OleDb i am getting a single error that the "dr" does not have a constructor default.aspx.vb [code] Imports System.data Imports System.Data.OleDb Partial Class _Default Inherits System.Web.UI.Page Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cn …

Member Avatar for sknake
0
336
Member Avatar for Ptero

I have an ASP.NET application that generates Excel files that should be downloaded by user. These files contain some VBA code that is added with oWB.VBProject.VBComponents.Item(i).CodeModule.AddFromString(s). The "Trust access to Visual Basic Project" in Excel > Tools > Macros > Security is checked. The "Network User", "ASPNET", "IUSER", "IWAM" users …

0
71
Member Avatar for alokshri67

Hi, In asp.net I am using ODBC connection with dsn. I have some experience on VB6. In VB we used to append records in database with command; connection.addnew databasefieldname=somvalue connection.update my query is - can we do something like this in asp.net? Alok

Member Avatar for dnanetwork
0
247
Member Avatar for nccsbim071

I have been developing a asp.net application in which i have to mail to large number of user an email. I used the classes in System.Net . Every thing is fine, there are no errors in the page. But while sending mail i get an exception: as follows: [B][COLOR="Red"]SPAM Score …

Member Avatar for dnanetwork
0
113
Member Avatar for danielc

My question is simple: i wrote a program that will allow my user to enter some text and it will produce a wav file based on the input and allow them to download it. I am now in the stage that writting the redirect code to redirect the user to …

Member Avatar for dnanetwork
0
237
Member Avatar for VinayRok
Member Avatar for nccsbim071

Hi I have been developing a website. I need to hide the page extension of the pages while user is browsing my site. for example: Home.aspx should be displayed as Home only. How can i do this. Please help Thanks

Member Avatar for dnanetwork
0
235
Member Avatar for Pankaj18

Hi, I am using below code to hide a column in Gridview. But it display an error. My code:: [code]protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[7].Visible =false;//error generated on this line }[/code] Error:: Specified argument was out of the range of valid values Parameter name: index Please help me. …

Member Avatar for Pankaj18
0
669
Member Avatar for Matsui

I have need of some help...i am working on a form in javascript and am wanting to create a function to total the value of checkboxes when they are checked. i have found many examples, and have a little bit done but it won't total up the values. this is …

Member Avatar for kvprajapati
0
94
Member Avatar for ashkan3030

Here is the scenario: I have pages that we can add items to "shopping cart",here is the code: [code]List<string> shopingCart = (List<string>)Session["shopingCart"]; if (shopingCart == null) { shopingCart = new List<string>(); Session["shopingCart"] = shopingCart; } shopingCart.Add(Request.QueryString["ID"]);[/code] I store the ID of each product in Session state(which is unique), then I …

Member Avatar for kvprajapati
0
326
Member Avatar for laghaterohan

Hello, I have written a javascript function for email validation . On the click event of the validate button am calling the function however, the function is not called and returns nothing....so please help me out....plz help me out and do let me know where am going wrong...! here is …

Member Avatar for kvprajapati
0
185
Member Avatar for ebiemami

I want to pass for example to instance of my employee class to the next page , I use CONTEXT CONTEXT>ITEMS>ADD. .... and then SERVER>TRANSFER(); but it doesn`t work properly and if i set the properties of these instances to the same class objects in the next page I get: …

Member Avatar for kvprajapati
0
255
Member Avatar for pupilstuff

plz tel me how to resolve that error my code is [code=asp.net]<asp:GridView ID="gridView" runat="server" Style="position: relative; left: 299px; top: 69px;" PageSize="5" OnRowCommand="gridView_OnRowCommand" AllowPaging="True" OnSelectedIndexChanged="gridView_SelectedIndexChan ged1" > <PagerTemplate> <% if (gridView.PageIndex > 0) { %> <asp:ImageButton ID="imgBtnPrevious" runat="server" Style="vertical-align: middle;" ImageUrl="pre.jpg" OnClick="click1" CommandArgument="Prev" CommandName="Page" /> <% } %> <%=(gridView.PageIndex * 5) …

Member Avatar for kvprajapati
0
82
Member Avatar for noorashegh

Hello I apologize because my English is not good. I Have a webpage by asp.net that contain one treeview ,xmldatasource,one xml file that related to xmldatasource and one iframe. When user click on a treenode a webpage will be shown in iframe. Now I want when treenodes clicked , my …

Member Avatar for Kusno
0
149
Member Avatar for ctyokley

Ok. so i'm not quite sure how to do this. I have searched many of website but cant really find too much. I have a database in MS ACCESS that holds user information. I have the insert function working on this. I have used VB.NET CODE. What i want to …

Member Avatar for ctyokley
0
398
Member Avatar for dnanetwork

hi there snake.. i've implemented AIM & SIM...in authorize.net... but i'm facing a new problem... which is automated recurring billing.... i've used the codes from authorize.net... but things don't work out.... i've used the soap code...which has a web reference.. and i'm working in the test account so if you …

Member Avatar for dnanetwork
0
98
Member Avatar for yash777

hello all, I would like to create a menu named "Category" for word, which has other sub menu's. The user can install this addIn in his word and use it. I know that Visual studio provides AddIn support for word 2003, 2007. But don't know how to code this. How …

Member Avatar for mypicturefaded
0
149
Member Avatar for cousar sultana
Member Avatar for Ramesh S
-1
52
Member Avatar for laghaterohan

hello, am doing an application (c#.net)wherein i need to add the Fileupload control one below the other on the click of the Attach more files button; just as we have in the E-Mails. How can the control get added to the form ? can ne1 help me out ? cya …

Member Avatar for Ramesh S
0
49
Member Avatar for alokshri67

hello every one, I am new in asp.net. I am tring to run update query with odbc data connection but it is not working [code] Dim CON As OdbcConnection Dim CONSTR As String = "Dsn=sdata" Dim DA As New OdbcDataAdapter Dim DT As New DataTable CON = New OdbcConnection(CONSTR) CON.Open() …

Member Avatar for Ramesh S
0
93
Member Avatar for dquiles

Hi, I wrote a query statement in SQL server to take paramaters, and generate then run a sql statement based on which criteria were provided. The tables got pretty massive so I need the query only filter when the value to filter on was provided. When I tried to bring …

Member Avatar for dquiles
0
193
Member Avatar for rinkuchoudhury

hi I have to add nodes and subnodes to a tree view from sql database in asp.net(VB.Net) 2.0 How to do this i have 3 tables i want to add nodes from first table and respective childnodes from the 2nd table subsiquent child nodes from the 3rd table how to …

Member Avatar for bassam572009
0
304
Member Avatar for Donish

Hi everyone! I am developing an accommodation reservation system in ASP.Net. And it's my first project in this area. So my question is how can I implement online payment into my ASP.Net form? So that the users when booking a room should be able to pay for the accommodation online …

Member Avatar for dnanetwork
0
1K
Member Avatar for chrispaul8676

Hi, there, I am trying to come up with a createuserwizard with a role checklist. I am getting this error. [COLOR="Green"][B]Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 30: Line 31: ' Bind the set of roles to RoleList Line 32: RoleList.DataSource …

Member Avatar for chrispaul8676
0
147
Member Avatar for bubbleT

Hi I need help to solve minimzing IE windows. Bascially, I have 2 IE windows, let's name it ieA and ieB. When user click a button on ieA, I need to minimize ieA and show or display ieB. for minimzing I have tried calling script function [code]function Minimize() { window.innerWidth …

Member Avatar for bubbleT
0
340

The End.