Forms Data Controls :: Create A Program Like Gmail?
Feb 17, 2011I'm a learner..i like to create a program like gmail or any other mail service provider like yahoo..outlook..how to create a program using tree view control?
View 4 RepliesI'm a learner..i like to create a program like gmail or any other mail service provider like yahoo..outlook..how to create a program using tree view control?
View 4 RepliesHow to create Subprogram in gridview ??
View 1 RepliesHow can I create FB and gmail type web base chat in Asp.net ....
View 1 RepliesI need a complete code reference for Detailsview and Formview using the code only:OnRowCreatedOnRowEditingOnRowUpdatingOnRowDeletingOnRowCancelingEditOnPageIndexChanged OnPageIndexChanging OnSorting OnRowDataBound
View 2 RepliesI want to create a webmail like yahoo or gmail ? in which people can send email to yahoo and gmail and receive emails also ? at the same time i want that i can customize the css . I have heard of telerik webmail but the demo and the source code downloaded does not allows us send email .. .
View 7 RepliesFor my project, i have designed a login page like gmail.
According to the credentials given by the users the application should send to the corresponding pages asigned to them.
how to create chat window that we see in gmail while chatting.. What will be the design source code and c# code for that.
View 1 RepliesI have a parent table and a child table. Essentially the parent table is called Contracts and the child is called Programs. Each Contract can have multiple Programs and in the Programs table I have a column called amount. On my page I have created a DetailsView that lists the columns of the Contract table. I would also like to include on this DetailsView a field that sums the Amounts column of all programs associated with this contract. How would I go about doing this? Currently I have a LinqDataSource that pulls all the columns from the Contract table and I have bound the DetailsView to this datasource.
View 1 RepliesSo I am trying to create and application that combines a website to a chat program.
Essentially what I want is this
Users to be able to go to the website and look at data
if they want to add data they can do that on the website
based on this data, a message pops up on the appropriate agents PC
the agent can then forward the request or accept the request and type in a message/data in that same pop up window and send it to the website which would update the website.
I have too many options to choose from and I am very confused.I believe for the agent side(chat) WCF would be good, but not sure about the website side.Should i use dynamic data webpage orwcf data services?
I already created the project on VS2008 (windows application), now I want to make it as Installation software, whcih can bring and install at another computer;
- My project are connected to SQL Server, does it accur problem or not, when I take it to install at another PC, where have no SQL server
How to Create a Online Test Program using Count down?The page showing one question with 4 answer fetch from the database sql server and there will bw a countdown timer for test.
View 2 RepliesI want to write a program in ASP.NET to create virtual directories on the hosting server.
View 2 RepliesI'm new to AJAX and ASP.NET and i have a question for you guys..I have built a C# project and i wish to create a web page via AJAX that displays the current status of my program.The thing is, i cant import an ASP web application into my solution and therefore cant create an ASP page using AJAX.
View 3 Repliesi want to create filter in action method for filtering particular user from my database for the login program....
View 2 Repliesi used your application multiple file upload like gmail that is fantastic.but what i want when it's uploaded in the folder it should show in gridview with file name just like gmail.
View 1 RepliesI want to take first Full backup of my database then Differential backup of database automatically on a fixed interval of time and save it into my files of system. After that i want to upload these files on server. when uploading is successful then i want to delete these files from the system. If backup of database is failed then a mail should go to the related person. How i will do it.
View 1 Repliesi m currently creating an article module, and i want if user wana comment on to the any particular artical, than he should login any of his mail id like gmail, yahoo hotmail etc and than post his or her comment and after than comment should go into the DB.
View 3 RepliesI have a VS2010 project that I want to move back and forth between an x86 and an x64 machine. On the x86 machine, several assemblies are located in Program Files, and the path of the assemblies are shown as c:Program Files...... When I move this project to the x64 machine, the same assemblies are located in C:Program Files (x86).... Is there a way that I can confugure VS2010 so I don't have to manually change the path when I move the project from one machine to another?
View 1 Replies(1) Customer would like data resides with their machines/server without expose the data to internet
(2) I want ASP code resides in remote PC in my office
So the idea is they access (via internet) my office PC/server with ASP codes on it and use the software, and the client PCs use data on their own server and these 2 combined to produce the result. I know this seems impossible but any idea to fine tune and still achieve (1) +(2) practicably?
how to show the loader image when the data is loading ?I did a sample one which is not a perfect one.Please suggest me the best way .I have a question can we use jquery or javascript?Here when i click the load the data has to load to GV in between this process the preloader has to be visible like in GMAIL.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Loader Image While Loading Data in GV.aspx.cs"
Inherits="Loader_Image_While_Loading_Data_in_GV" %> [code]...
The following code is used to get a relation out of the database:
rel_SQL = "select * from Relatie where relatie_soort_nr = '" + rel_srt_nr + "' and relatie_naam like '%" + sel_Waarde.Trim() + "%'";
This code is a problem when you have a relation with ' in his/here name.
rel_SQL = "select * from Relatie where relatie_soort_nr = '1' and relatie_naam like '%L'%'";
As you can see there is one to many ' sign in the code, how can I solve this like problem?
I have a table in my databse with int's nvarchar's datetimes and money
I am trying to pull this data out to use in program and putting nvarchar as a string money as a decimal but what do i need to use for the date cheers
I'm on training in a company and i'm making a web application with an SQL server database..Now I created everything but i need to know how to program a search function..t's the point that when I search to a computer it'll put all the pc's with the matching word into the dropdownlist..Like when you search for "A" I get all the pc's wich has an 'A' in their name, I made everything, in the query builder I made a parameter with the textbox but i need not EXACT the value I typed but verything wich has it in it.
View 6 RepliesI am currently working on this situation that I could not find any other resources online to help me
Everything is working fine through VS2008 debug mode, or run without debugging ( database connectivity and everything works)but however when i copy the whole project and set up the IIS,
everything work except for database connectivity. I could not seems to read from the database which currently I am using a attached .mdf file
the error shown is as below :
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
[Code]....
Source File: Signup.aspx.vb Line: 23 Stack Trace:
[Code]....
but however when i run on VS 2008, I am able to read the data from the database successfully,
I want to extend a datagrid control and use it in my program.
public class MyDataGrid : DataGrid
{}
Now i want to make use this new control in my web page. so i need to register this user control in page.
<%@
Register
TagPrefix
="sam"
Namespace="WebApplication1"
%>
<form><sam:MyDataGrid id="test" runat="server" /> </form>
When I build it is fine. When i run the application it throws the error.
MyDataGrid is a unknown element.This error occurs due to compilation error or web.config does not exists. But there was no scenario like this.
Unknown server tag 'sam:MyDataGrid.Error occured due to parsing.