Web Forms :: Display Computer Hardware Information And Then Save To Database
Feb 15, 2013I need a program with asp.ne that would connect to the computer user (client) and hardware information Show to me then save to db.
View 1 RepliesI need a program with asp.ne that would connect to the computer user (client) and hardware information Show to me then save to db.
View 1 Repliesi have a asp.net web with vb code and sql database. i am willing to store the details of the users as ip,computer name and time of using the web is it possible.
View 1 RepliesI am trying to create Modal Web Form to get information and save in the database. when I submit the Modal form, it give me "
The name 'sNewNotes ' does not exist in the current context" message. I am not able to save data. How do I accomplish this?
Following is the Modal Dialogue Html and codebehind code
can i get information about the computer that enter my page , like the currently logged user on that computer and the ip address . and if i can get the currently logged user name , isn't that considered as security risk .
View 3 RepliesI m very new in VS (ASP.NET) and using C# in code behind file. I want to define global variables to use in whole application. EXAMPLE
I want to save some information in LOGIN Page and display it in other pages line UserName or AccessRights etc.
Is there anyway to do this without using Cookies and Seassion ?
I have a online game (written in ASP) which i have finally decided to convert to ASP.NET. However i cannot seem to link the login ID's of users to their specific details in the database. I.E when Joe Bloggs logs in, he will be shown the team information for just his club, not every club. in ASP I use code similar to this below
[Code]....
im not convinced that is the right syntax to be using, but when i execute the code in Query Builder it is showing me the correct data (that i expect to see). So im wondering if there is something else im missing? Is there something extra that i need to be adding in Web.Config file or elsewhere?
I have a file on the server that users will have the possibility to download to thieir computer. For example the filepath could look like below. How would it be possible to save this to the desktop or C: etc.. ?
[Code]....
how can I retrieve information when the user clicked on a specific link without opening a new web page? The information is stored in the database which is through web service. For example, when the user click on a specific link, e.g the date 28 February 2010, the datagrid will display the information on 28 February 2010.
View 3 Repliesreally new to the programming scene. writing a program so when i select an item from a drop down list i click the submit button and i want it to display the items selected from the database in a gridview. so in short i want to select an item click submit and i want it to display the information from the database.
View 2 RepliesI am trying to build a site that will display a word ("Synset" in my code) from a "function call", (ultimately the word will come from another database but I'm ignoring that part for now). The user will click one of 4 radio buttons deciding if the word is "positive", "negative", "neutral", or "can not be determined". Then the user clicks "Save" the word is saved a MS SQL database, the function is called displaying a new word and the process is repeated.
So far I have been able to get this to mostly work by using the code below. The problem is that the function is called and the correct word displayed when the page loads the first time, when I click a radio button and then the "Submit" button, the word and value from the radio button are saved to the database but then no new word is displayed. The text just disappears. The new word is created, as I can see that new words are saved to the database when i click submit.
I'm thinking the issue might be because I'm binding the text attribute of the label I'm using to display the word to the sqldatasource, because it's probably trying to display the text from the database?
I've tried putting the code that gets and displays the new word in FormView1_PageIndexChanging() and submitButton_Click() and neither work.
I've tried to just call Response.Redirect("Default.aspx") in submitButton_Click() and this displays the word but nothing is saved to the database.
[Code]....
The subject of this thread is my question and I am really very sorry, I cannot brief it. I have generated the pdf file which contains text taken as input by various web-form and have saved it in my local drive then sended it to some email addresses. Now I want to know that how can I save it in client computer and send it to some email addresses provided by Client on demand? I am failed to solve this problem as I don't know how to get INFORMATION OF CLIENT'S LOCAL DRIVE AS CLIENT MAY USES DIFFERENT OPERATING SYSTEM.
View 25 Repliesi want to make a twitter like registration form using jquery and save data in database and display it in a grid after submitting data.this is what i got on net
<script src="Script/jquery-1.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#.addbutton").click(function () {
[Code]....
Let's say I have a db table like so:Then I have a product edit form that has 3 textboxes in which the user can save up to 3 different notes for a specific product. What is the best way to handle populating and then saving the data? If I use the code below to display it, how do I save it, as the textbox doesn't know the id of the note is.
[code]...
How to save images into the database as in MS SQL and how to show it into the gridview or anywhere?
View 1 RepliesI am creating the user ,using asp.net + C#.there is the form (UI) who collects the information and send data to Business layer. now, while collecting the information from UI I want to also save the image of user, at file system in application domain.There is function in the business layer as SaveImage, which returns the path where it is saving. Scenario:1) Save image first and then save other information in DB.
View 4 RepliesI used tinyMCE in my edit.aspx page that bind it from database
TextBox1.Text = _dr["description"].ToString();
and users can change this editor text and click on button and update information
below is code
protected void ImageButton2_Click1(object sender, ImageClickEventArgs e)
{
string data = Session["behcode"].ToString();
SqlCommand _cmd = new SqlCommand("insertstate", _cn);
_cmd.CommandType = CommandType.StoredProcedure;
_cn.Open();
_cmd.Parameters.AddWithValue("@Name", txtstore.Text);
_cmd.Parameters.AddWithValue("@Ownername", txtowner.Text);
_cmd.Parameters.AddWithValue("@Description", TextBox1.Text);
_cmd.ExecuteNonQuery();
Session["Message"] = true;
_cn.Close();
}
in database I have House_info table that has description column and if I enter text in textbox1 it update description column now problem is when I enter text in textbox1 it didn't change text and didn't update data in database...
I put breakpoint in imagebutton2_click event and see in this code
_cmd.Parameters.AddWithValue("@Description", TextBox1.Text);
it didn't send any text from textbox1 and show text that bind from database and didn't change it... so what should I do?
I have filed image type varbinary
I want upload image and show then with click button save
store in db
If in one form upload image form we enter ID in textbox againts ID label and upload an image file using fileuploadcontrol when we click on upload button image save in DB and in next form view image when we enter ID in textbox againts label enter ID. Images show in GRIDVIEW having columns (ID,images) ...
View 1 RepliesI have a SQLServer database, Can I take a copy of this database with all tables and stored procedures and all data in tables ?
and if I can create this copy, how to add it to SQL Server in the new PC ?
Bellow is my SQL syntax
[code]....
I want to create a XML file on my project's App_Data folder.This XML use as the source file of my AspxMenu.I know how to bind XML data to AspxMenu but i dont know how to create XML file .I want to save this table information as a XML file on my App_Data folder.how to save table information as a XML file.
How to display data from textarea the way it is been typed as ineg. hiiihello what are u doing I want to display the data typed in textarea shown above inside the panel the way it is typed.
View 1 RepliesI am running a website from IIS on one computer and I want to view the web page on another computer. the only way I can do this is by using the ipaddress of the computer with IIS on it but would rather have a url. How can I generate a url or use a domain name from [URL]. I signed up for an account on that website but dont know how to use it. I dont know how to configure it.
View 2 RepliesI have not been able to save any profile information? All the tutorials seem straightforward but nothing works.
[Code]....
[Code]....
If I am using the default profile provider, why won't this work?
This is a newbie question, and yes I have searched the web and the Help section. How do I display non-Bound information on the forms? Perhaps I should explain a little better.I have a form where I use dropdowns and other items to insert and update fields. These fields work correctly.
View 6 RepliesUsing try, catch finally, and end try, what is the best way to display informaiton out of the exception.
View 4 Replies