13,936 Topics
![]() | |
Can anyone point me to some C# examples on how to create conference room reservations through Exchange server 2007? TIA. | |
I would like to place a radiobuttonlist inside of a gridview cell. The gridview is using a iList as it's datasource. In that gridview, in the second column i have a itemtemplate that holds a radiobuttonlist. I need to change the radiobuttonlist to not hold static listitem values and text … | |
Hi all my name is rama kishore I am sending emails in asp.net by using one of my client domain abaoth2.com. Now i want to store the emails what i was sent....please tell me how to do that one please help me.... | |
hello everyone! Anyone has an idea of reading the content of the text file from the remote computer using ASP.Net VB. I know how to read textfile if it resides in the server but i keep searching on the net on how I can read the data from the textfile … | |
Hi, I have a really quick question. I have Sub Page_Load(...), and in that sub, I set a couple of variables. In a form, further down the page, in the <body> tag, I have a button, set so when I click it, it operates another Sub, Btn_Click(...). How can I … | |
Hi, While trying to connect MSSql Server 2000 databse through ASP .Net application using c# I got below errror. Please help. Sql Server does not exist or access denied. Mubin | |
HI, I am new to Asp.net . i have a login page, with user role like guest, member, admin.I want to control the page access based on their role. How can we do this in asp.net and c#. Thanks. | |
For a website hosted at the dedicated site, i set the start page as existing at the following level. root/subdir/startpage.aspx. And in the iis in the virtual directory for the website i have set the default page as startpage.aspx. but on typing the name in the U.r.l the page is … | |
hi i am using visual studio 2008 express edition. i have created a database in sql ( add new item > sql database). the db has 2 fields uname and upwd. have also created a web page in asp.net that has 2 text boxes (textbox1,textbox2) and a command button (cmdbutton1). … | |
Hi, I have a aspx page which has no problem to show multiple records from a db table as selected items in list box control ASP.net 2.0. After user change their selection in list box, how can I effectively and correctly post the user selections back to db table? Is … | |
hi guys, how to find the next primarykey value from a table b4 inserting? | |
Hello, I made a website using ASP.NET 2.0, and it mainly consists of articles I have written. I would like to add a "comments" section after every article, where guests can leave comments and discussions - this may boost interactivity for my website. Anyway, two things I have tried already … | |
I'm creating a table using a DO WHILE. The INPUT objects are named by an increasing variable. I'm using the GET method on the form and action is calling the same page. Need to set the value of each textbox with Request.QueryString using a variable. The following four lines produce … | |
I've an ASP.NET app that scans the network for computers, printers etc and return information about them. Now, I was able to pull information like printer names, location, printqueus etc but it would be great if i can obtain information about the tonel level on a particular printer on the … | |
I have two datasets that are being returned from two separate stored procedures. I need to be able to merge these two datasets into one so that the resulting dataset can be used to populate a DataList. I tried the typical ds1.Merge(ds2, true), but the result was not correct (as … | |
hi frnds, Is it possible to store image url in a database without converting it in to a binary array. I`ve used an upload control to load the image in the form, and stored its path in the database. is it possible to display it in a grid by using … | |
i plan to learn php, i want to know from where to start as version, IDE, server installation and whatever required for a true start. i also want to know how php is similar to asp.net and how it is not. Thanks | |
Hi, I need to press two times to save multiple records in different tables. I tried to use tran=con.begintransaction() to roll back transactions in case of error. But I didn't have the luck. So I tried in several sets of Try...catch...finally. After clicking submit button the first time, the page … | |
If I load a text file as the source of an IFrame, how do I save any client side changes to it back to the server? | |
Hi Everyone Ive created 2 cascading drop down lists that gets populated using the cascading drop down tool from the asp.net AJAX control toolkit, Their use is that the user will select what country they are from and then the approriate states will be displayed in the following drop down. … | |
Hai , Im working with Asp.Net2003...I have fetched the data's in a onedatatable and assigned it to a dropdownlist....but if i select an item in the dropdownlist and give a button click it always inserts only the first data in the dropdown to another datatable.I need the selected value to … | |
Hi all, I`m doing a project in ASP.net How to create a remember me cookie? code follows... pls correct the errors in it? [code=aspnet] protected void cmdlogin_Click(object sender, EventArgs e) { dt = obj.execquery("SELECT i_userid, u_username, u_password FROM user_tbl"); for (int i = 0; i < dt.Rows.Count; i++) { if … | |
i have a text box that should only accept alphabets... i know we hav 2 use RegularExpressionValidator but i dunno the format to write the code in.. plz help me out.. thanx in advance.. | |
Is it possible to send sms from an asp.net webform? :eek: I have searched multiple sites, but can't really find anything useful..any advices? | |
Dear all, How do I call RPG AS/400 code from ASP.NET ? Now, I just want to run this code below : [CODE] MNUQQ,1 0001 RUNQRY *N TEMPPD 0002 call TEMP 0003 WRKSPLF SELECT(*CURRENT *ALL *ALL TEMP) 0009 s [/CODE] Those code run in AS/400, but I want to run … | |
Hi, Im having some problem with the dataset. Normally i drag the dataset from the toolbar and srop in the webform. and if i try to load its properties with the database. it does'nt work out. like if i right click and click in its properties. i cant set the … | |
Dear all, Does anyone know how to run Dos batch file from ASP.Net. I thought, I could use Shell("C:\Test\JRNE.bat") to run it, but it didn't work. Sheel command works for "net send" and calls some exe files, like calc.exe. Thanks, Kusno. | |
I've got some homework to do, but I cannot go through this issue. I want my .aspx page to display my database records, one below another. In order to do this I use a GridView, while the data is stored in an ArrayList. This ArrayList is composed of User objects, … | |
Tring to pass variables to payflow pro. I found a script already written but how do I pass the variable from textbox? Where post.append is I need the value of my textbox's ----------------------------------------- .aspx [code=csharp] <asp:TextBox ID="balanceTextBox" runat="server" Columns="20" Rows="4" Text='<% #Bind("cardacct")%>' ValidationGroup="add"></asp:TextBox> [/code] ----------------------------------- .aspx.cs [code=csharp] using System; using … | |
Hey everyone Could someone please help ,I've been looking around on google for 2 days now..and I have no luck...:-( I have at this moment 2 listboxes ... User selects keywords from the 1st listbox .. "click add" button ,and the selection value goes to 2nd listbox...I also have a … | |
Hi, I'm selecting a list of results from a table called 'slots'. In a different table, called bookings, I have 3 important fields, 'booked', day_id, and week_num. Now, what I want to do, using SQL or ASP.NET logic, is get the slots from the table 'slots' where booked is not … | |
Hi, I want to avoid the back arrow navigation.If user click on back arrow button then it should dispaly don't use back arrow button,use left hand side menu for navigation.plaese help me. Tahnks. | |
hi..i am learning vsiual studio 2008 (asp.net)..i hav created a db in ms access(. there are two columns in it ID (auto generate) and the name(string) .. i set the id to primary key.. i hav created a page that has a details view control with enable inserting set to … | |
This is my first forum post ever, so I'm not sure exactly how it works. I'm looping through the code below to create a list of links that will open a new window with information about an event. The code below seems to work fine in firefox but displays very … | |
Hi everyone, My graduation project is going to be an e-advising system for my university, but i need more information about such systems...if anyone could help with any info or ideas about such system. Waiting 4 replies... Thnxxx Hager | |
Hi, I have an old web-application in production which works fine. Now I want to make some changes and loads it into MS web developer express with the newest .NET framework installed. The problem occours when loading the website into the program. It seems that the "My" doesn't support request … | |
hi i want to aske if there is away to upload / download files to / from sql databse using asp.net with C# i need to do that using using gridview i have view my data inside asp.net gridview i want to download my uploaded file in db when i … | |
I am having confusion in ExecuteScalar & ExecuteReader If we use ExecuteReader for select with aggregate function, it will not give any error and run successfully so if we can do both queries select with aggregate & select with non aggregate with the help of only one method ExecuteReader so … | |
please help this simple script doesn't work. it's suppose to display the word failed in the ajaxDiv section of the index.php script when the login fails. index.php [code] <?session_start(); if(isset($_SESSION['username'])) { header("location:home.php"); } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Login</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script src="ajax.js" … | |
I am presenting an Adobe Form to a client from within an IFrame. When the client has completed his changes, he will click a "Save and Submit" button on the page that the IFrame resides in. At that point, I need the modified Adobe Form to be saved to a … | |
I have a web application deployed in IIS 6.0, in Windows Server 2003. While doing some testing, randomly I get weird reponses like this: -----------------------------7d83a932d0356 Content-Disposition: form-data; name="ctl00_PageContentUser_ToolkitScriptManager_HiddenField" ;;AjaxControlToolkit, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e:es-VE:bc82895f-eb24-48f8-a8ba-a354eb9c74da:e2e86ef9:1df13a87:c4c00916:9ea3f0e2:9e8e87e9:4c9865be:ba594826:c76f1358:69ce9abf:80f47b59:83b0cef6:d7738de7:a6a5a927 -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__EVENTTARGET" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__EVENTARGUMENT" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="__LASTFOCUS" -----------------------------7d83a932d0356 Content-Disposition: form-data; name="ctl00_PageContentUser_treeVwPpl_ExpandState" ecnnneennen -----------------------------7d83a932d0356 … | |
Hello everyone I want to create Textboxes according to the entered number at runtime but with different names because I want to deal with the the data entered in this textboxes [CODE] protected void Button1_Click(object sender, EventArgs e) { int rows = 0; int cells = 0; int counter =int.Parse(TextBox1.Text); … | |
hi all i am a software developer mainly working in C# ASP.NET. i have 2 yrs of experience and i m a microsoft certified professional. till now i have worked in SQl 2000 and SQL 2005 database however now i m required to work in access 2003 database. so here … | |
Hi all! How to use crystal report with ASP.net? How to choose database? pls help with an eg. Robins | |
hi there! im a newbie on asp.net and would like to ask you guys if you have any idea on how to convert my connectionstring to mssql <script language="vb" runat="server"> Dim myConnection as OleDbConnection Dim strConnectionString as String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & "c:\pubs2000.mdb" any info would be appreciated :) | |
hi i want to aske if there is away to upload / download files to / from sql databse using asp.net with C# i need to do that using using gridview i have view my data inside asp.net gridview i want to download my uploaded file in db when i … | |
Guys I need a way to create a dropdown menu in ASP web form and VB.Net 2003 any help would be highly appreciated | |
Install iis 7 on your vista os.Open up the iis manager from administrative tools. Right click default web site and choose add new application. Give your application(your site) a name(alias) and point to your physical application folder. open up your web project in visual studio. Right click the web project … | |
Hi All, I have a WCF web service and i also have a desktop application. Now i want these two to communicate between each other. How do I do that? I am completely new, towards this, so please send me a working code if possible or the steps needed to … | |
i have a menu that has product IDs from a data base and I have a price text box that I wana get the price of that product from the data base on the menu change. HOW can i do this ?? plz help me so far this is the … |
The End.