253 byte By
sinale at 2007-12-9 23:55:15
Hi<br/>The first time I'm working with System.Web.UI.WebControls.DataGrid.<br/>Unfortunately I can't to find the way to select a single row in the grid.<br/>What I need to config for simple selection a row by OnClick event ?<br/>Thank you
I have simple email program that sends emails using smpt server in asp.net. Works fine in on my XP machine but soon as I put it on my win 2000 pro server with same smpt settings it does not send email, all the email are put in Quene directory of mail server. Here is my code I am using..Sub btnSendEm...
131 byte By
UKAT at 2007-12-4 23:57:01
sir,<br/> ineed a complete case study of an appliocation(object analysis & design with dot net code )<br/>SHAUKAT YOUSAF KHAN
1057 byte By
dmeikle at 2007-12-4 10:39:20
I have an issue where there seems to be questions marks placed in the HTML text where the source text has odd characters from a text editor.here's an example:Viatical Settlements, Life Settlements, and the Secondary Insurance Market桺art I (CC 04-02)not sure if you can see the chinese cha...
I have a problem when I compile my Web page in ASP.NET 2.0 . I'm currently using Visual Stiudio 2005 Pro . When I compile the page in debug mode I get 'Internet Explorer cannot display the webpage' and works only after I hit refresh button . I know that the Web server caches the pages...
710 byte By
old monk at 2007-12-1 0:34:55
Actually what exactly i want is, 1) There is a ASP page with some contents.It's in the Internet server.2)The ASP page has been made according to each user.That is each user can create their home page.It's some thing like this.3).The client should able to change the content according to his...
329 byte By
mejaz at 2007-11-29 14:56:26
Hi, I m new to asp.net and making a web page for orders entry by using oracle at the back end.Now if i run the page from the same machine its ok but how i can test this on the other machine?Do i need to copy all the files and folders on that machine in the localhost folders?Thanks In Advance...
I am using Web Matrix with v.1.1 of the framework. I don't see a concept of a project or solution in Web Matrix, so here's my problem.I have one aspx file that wants to use a class file called "SkillSet.vb". Skillset.vb in turn wants to use another class file "Skill.vb". How do I group the...
I have a 2.0 ASP.NET web form. I am using VB.NET. I have a web server button control on the form, btnSubmit. I also have a lot of server validation controls on the form to validate the fields.--------------------1. When I run the form using FireFox, everything works perfectly.2. When I run the...
2138 byte By
g1m0v0n5 at 2007-11-25 11:48:35
Hai,I had developed one program to creating resume in pdf form by accessing the data from database.Software used Asp.Net 2005,Ms Access 2000, Crystal Report XI.What should be happen in my program?:For example consider 3 rows in my database and fields as id,name,qfn,exp,softknown,edu,....in detailed...
655 byte By
hitai at 2007-11-25 11:48:25
I`ve created a custom web control. From my custom web control, I tried adding other server controls to the page. Something like thispublic class MyCustomControl : WebControl{ protected overriede void OnLoad ( EventArgs e ) { this.Page.Controls.Add ( new TextBox ( ) ) ; }}O...
Dear All, I have a web application (ASP.NET / framework 2.0 / Windows Server 2003) on one machine, i.e. Web Server and corresponding database (SQL Server 2005) on second machine.If I access the application from Web Server, it works fine, but when I access from a third client machine it gives followi...
Hi,<br/>I am having one datagrid which displayes data from one if the tables.Now i want when yser clicks on edit only the last columns should become editable and rest should be readonly,I am using run-time bidning,So how it is oissible? <br/>GIRISH
1932 byte By
zhshqzyc at 2007-11-25 11:46:29
It's very simple example. but...using System;using System.Collections.Generic;using System.Windows.Forms; static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main()...
do any buddy know how to get windows/network user login name in asp.net, with vb.net...!!?
Hi All,I use a fileupload control to allow the user to select an image.I then want to show the image (preview) to the user before saving to ensure they have selected the correct image.Trouble is the asp:Image control expects a URL and I dont particularly want to copy the image temporarily to the Web...
Hi everyone,<br/>Im goin to develop a video streaming application in dotnet.I'd like to know the optimized way of developing it.ie, whether Asp.net 2.0 to be used or Silverlight(0r any other) to be selected.Plz drop ur suggestions..
hi,i have a table with multiple rows contains data.i need to place a vertical scroll bar to a perticular td. is it possible?give me solution.ex.<table><tr><td></td><td></td><td></td> --- i want scroll bar for this column<td></td></tr>...
1290 byte By
natraj81 at 2007-11-25 11:43:49
Hi all,I have an application in asp.net (in localhost) which fetches html and php code from the login page from facebook.com. The body part goes like this:<div id="book"><div id="sidebar"><a href=" http://www.facebook.com" class="go_home"> </a><div id="sidebar_content">&...
Sir,I am newer to the dot.net field. I have to develop a web-based chat application within a short period. And the application should favour for future enhancement also.(Like Voice Chat). I dont know how to start with and proceed.I have seen that some of the applications are built through TCP. Kindl...
hi.. i am searching everywhere for the way to create a pie chart out from the value... is that anywhere free method that i can apply?
256 byte By
natraj81 at 2007-11-25 11:41:05
Is it possible to logon to a site using HttpClient from my application provided I give the useId and password via POST method? Is it possible to obtain the session variable this way? If so, can somebody post the code for this....<br/>Thanks in advance
1865 byte By
tis707 at 2007-11-25 11:40:52
Hi all a small questioni am working on project management applicationwhile adding a new project i have to insert users from different groups( by using query string i am getting groups name) users has different type i.e.. PM,TM,UserMy question is for one project there is only one PM is allowed, how c...
How to converthtml file to pdf in asp.net
Hi, I hope you can help me with this irritating, time-consuming problem.My company has been given a legacy ASP.NET website to maintain.There is an irritating 'feature' every time we make a change to the code in Visual Studio, Build/Rebuild and test locally on our PCs: When we enter our lo...
Hi All,I create entries in a listbox in the form:Dim Newitem As ListItemNewitem = New ListItem(String.Concat(Sor.SORCode, " - ", Sor.Description), Sor.ID)lstBoxAssSors.Items.Add(Newitem)My SORCode may be anywhere from 1 - 7 characters.I want to be able to pad the characters with spaces or non-printa...
335 byte By
natraj81 at 2007-11-25 11:37:36
Hi all,Am building a web application in c#/asp.net from which i need to logon(using my mail id and psswd) to facebook directly , that is without going onto the facebook login page. Can somebody help me out? It has been days since I started pondering over this. Should I use facebook api, if so how?Th...
Hi All,I have a couple of listbox's that currently display data in the format13.6 - xxxxxxxxxxxxxx13.65 - xxxxxxxxxxxxxxxxThe functionality of the boxes work fine, but I've been asked to display the data so that the columns line up:13.6 - xxxxxxxxxxx13.65 - xxxxxxxxxxI currently add items...
I'm using VBscript to validate a form in an asp page. I need to validate two textboxes. One for alphabetic character & the other will be alphanumeric(The first letter should be alphabetic & the next 5 should be numeric) how can i do it.after validating if there is any problem the asp page will...
262 byte By
btkaruna at 2007-11-25 11:34:47
hi,<br/>I need to dynamically retrieve stored wav file from database store this wav file as binary in xml and play the wave file in browser window.<br/>is it possible to convert stored data from sql server to xml file.<br/>Thanks in advance<br/>karuna
Hi, <br/>I am already logged in through active directory. <br/>now i want to get my password for furhter use. <br/>how to get password using asp.net(Vb.net) 2005 <br/>please help me out <br/>waiting for reply. <br/>ASIF
2428 byte By
bhuraasif at 2007-11-25 11:34:41
hi everyone, I am getting user information from active Directory(AD). it works very good from my system(PC).but if i try from any other system(PC) of our network.it doesnt display anything. I have a complete application in my localhost under inetpub/wwwroot.now i am trying to run this application fr...
Hai, I want to dynamically include an aspx page into another aspx page.I used Response.WriteFile() but the problem is since there are two page directives the FF displays the second page directive. DO we have any other alternate method.plz help immediately.regards,krishna...
I need to make an asp page that validates input the user submitted via a search page..Then it checks the database to determine if the search returns any result & redirect it to a search results page(if there is any result otherwise return to the search page)the validation rules for the inputs are:*I...
I want to create an Auto-Complete Textbox, in which when the user types an alphanet, it should show a drop down box in which it will display all the entries started by that alphabet. Those entries should be displayed from a database. Is it achievable without using AJAX? If yes can someone show me so...
hi,<br/> i am creating a web page using asp.net and i want to generate a pop up menu for links like "Contact Us, Product List, Services " etc...<br/> how to do this pls reply <br/>thanks
1921 byte By
Piote at 2007-11-25 11:28:41
Hi,I have the following javascript: <script language="javascript" type="text/javascript">// Global variables.var numSeconds;var timerId = null;var timerInterval = 1000;var numUpdates = 0;// Handle OnLoad event.window.onload = Window_OnLoad;function Window_OnLoad(){ StartProcess();}//...
Hi All,I am currently populating a Datalist with<table id="tblRelationships" runat="server" border="1"> <tr><td><asp:DataList ID="DlstAttributes" runat="server" AlternatingItemStyle-BackColor="#eeeeee"> <ItemTemplate> <asp:Label ID="lblAttributeid" ru...
672 byte By
mrvim at 2007-11-25 11:28:09
hello guys,i developed an aspx-applikation that connects to a sybase database. when i run the application in visual studio all works fine (fetching some data). after that i close the vs run the iis and start the applikation in the IE the normal index.aspx page appears and show me the menu. and now t...
2422 byte By
Winfidel at 2007-11-25 11:26:38
I am new to web page design. I am using Microsoft Expression and I am having a lot of fun. I would like to design an online game along the lines of Torncity and Magical Myth or Monocountry code. Those games are pointless because you have limited choices... the object is to build points through train...
Hi,I am developing a web application that use SQL server 2005 DB. Till now, I have made a connection with SQL server, retrieved the data from DB and showing in the GridView. Now I have two ways of storing the dataset: 1. By storing dataset results in session variable 2. or use sql state manage...
269 byte By
bpk at 2007-11-25 11:26:25
hello,<br/>if i developed my web page over a local host using say, xampp or wampserver, how can i make sure others are able to access it as well on a different computer?<br/>will the database, which is created using mysql be affected or sumtin or it simply wouldnt run?
730 byte By
yolip at 2007-11-25 11:26:17
Hi, I have the below function in ASP.NET 2.0 to recycle the application pool. Now, i need it to run under ASP.NET 1.1, but i couldn't make it works. The error message only says "Access Denied". Can anyone tell me why?Thanks public static void RecycleAppPool() { try...
166 byte By
ahmed17 at 2007-11-25 11:26:13
hi,<br/>How i can Add custom fields to a MembershipProvider and what is the advice to do something like this with some features like jam on image and some fields ?
I'm using a Table control to display a report. The contents of the report will be determined by options the user can select on the web page.When an option is changed a postback occurs. The various options controls all call an update function whenever one of their values changes.In this functi...
254 byte By
priyank9 at 2007-11-25 11:25:22
Hi all,<br/>I have made one web user control. Now I know how to pass string parameters in it but I am not able to pass server control as user control parameter. It is like we can pass data source to gridview. <br/>Thanks in advance,<br/>Priyank
This is in context to my previous post. I finally found a way to set header text at run time. I used this codeprotected void gdCompany_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.Header) { e.Row.Cells[0].Text = szIssueBy;...
I want to assign value of a string into gridview header The HeaderText. My GridView is like this<tr> <td><asp:GridView cellpadding="4" AllowSorting="True" AutoGenerateColumns="False" ForeColor="#333333" GridLines="None" ID="gdCompany" OnRowCommand="gdC...
Hi,I am using ASP.Net 2.0/C# to create an app which export text from web form to MS word document. Everything seems work except of inserting page number into the document.The document is broken into multiple sections so that the page number need to reset to 1 after the section ends.Any idea will be...
Hi, I'm a novice with ASP.NET...I'm looking for a detailed example on how to link my Report Manager (Report Server Hierarchy) into a custom app. via TreeView. I'm having compatibility issues with the common example (TreeViewSample) mentioned in many threads. I've been able to s...