Search in aa
Search in fr
Search in en
Search in de
Search in es
Search in it
Search in ru
Search in pl
 
196 254 news providers
16 401 899 news indexes
1 672 189 multimedia files
"update" : 826 results during the last 30 days
Your search in 0.094 s

29 Aug
15 : 36
how to update columes in the mysql using C#.net
 Hi,in my application I have update the columes . But that is in mysql databse.I tried with normal sql query.  Is it same as sql server 2005 or is their any diiff.please help me. very urgent   
Source : ASP.NET Forums   7 hours ago

29 Aug
14 : 13
update cookie from webmethod (PageMethod) using ajax
I have one requirement  where I want to update cookie from a webmethod. The webmethod is called from ajax using PageMethods. Here is how my .aspx page looks like In code behind [webmethod]public static void updateCookie(string arg1) { //some code to update cookie }   in javascript I call the...
Source : ASP.NET Forums   8 hours ago

29 Aug
11 : 32
Update Panel width
Hi I am using html table having width 100% inside update panel. But still width of update panel is not changing in vidual studio designer. If I run the application table is displayed properly with 100% width. Why this happens? Why update panel doesnt change its width? Bellow is my html code :...
Source : ASP.NET Forums   11 hours ago

29 Aug
20 : 24
Blog
Hi I am very new to blog contruction I have recently finished a blog all works well except that after a few days the posts vanish from the blog, in the admin section all is still correct but the posts will not update only solution is deleting posts and reloading only to lose after some days. I have...
Source : ASP.NET Forums   2 hours ago

29 Aug
20 : 12
Blog
Hi I am very new to blogs I have constructed my first blog all goes well except that after a few days the posts on the blog vanish, on the admin side the posts are still available but will not update to the blog site the only solution is to delete posts and reinsert posts I have not knowingly put...
Source : ASP.NET Forums   2 hours ago

29 Aug
06 : 58
Linq - How can i update
 How can i update a single row from the Linq Table. Please Help me 
Source : ASP.NET Forums   16 hours ago

29 Aug
19 : 30
Want to select several ID's
I got an update query that ends like this: ...WHERE CountryID Like... And here I want to be able to select several ID's. How do I do that? I am thinking about something like '2','3', etc...Thanks for any help!
Source : ASP.NET Forums   3 hours ago

29 Aug
19 : 00
Disable TextBox from server-side?
Hey all, I have a field that contains an 'optional' passcode.   Above that I have the "On/Off" radio buttons that enable/disable the field.  Client-side it's no problem to have the field be disabled or enabled based upon what the user selects (via javascript below).  But now I want to add the...
Source : ASP.NET Forums   3 hours ago

29 Aug
18 : 56
class method select
I wrote a general class to insert, update and delete records in ado.net SQL db. I used the following method to select (populate my gridview) but a dictionary is not a good why to do what I need: private Dictionary SelectAll(string ConnectString)    {     Dictionary coolPeople = new...
Source : ASP.NET Forums   4 hours ago

29 Aug
18 : 36
Aspx Gridview Row Change
I have a gridview control being populated by data from a SQL Server database, the gridview have the editUpdate buttons.  I need to execute a process when the update button gets click, but only if a cell on that row gets changed.  The editUpdate buttons are from the gridView control and its related...
Source : ASP.NET Forums   4 hours ago

28 Aug
20 : 47
Including javascript in an update panel
I have a pice of javascript that is included in an update panel which displays ok when the page is first loaded. When the panel is updated the javascript doesn't run. Can anyone enlightne me as to how this can be achieved. The javascript is included in a .js file. I have a master page with the...
Source : ASP.NET Forums   26 hours ago

28 Aug
20 : 33
stop the update query from executing if my code-behind validation fails.
Hello All, I would like to validate a textbox in a detailview before it updates the database.  I have a code-behind validation that if its true; i  want the update query(using query builder) not started and have the user fix the problem.  I can not use a validation group; since i only have 1...
Source : ASP.NET Forums   26 hours ago

29 Aug
18 : 12
GridView updating event does not fire!
Hi all, I have a gridView that I am binding to a typed dataset that is returned from a webservice(I am not using object datasource). grid.datasource = dataset.datatable; grid.databind() and i am checking if it is not post back, .... I have added a edit,update,cancel column to my gridview. All events...
Source : ASP.NET Forums   4 hours ago

28 Aug
18 : 53
DetailsView : Giving InvalidCastException: Invalid cast from 'DateTime' to...
 Hi I have a DetailsView control with an  AccessDataSource. The code for the datasource is given below. I dispay a row in the DetailsView and click Edit button to edit the date. Then I click Update button. I get the InvalidCastException: Invalid cast from 'DateTime' to 'Int16. I believe it...
Source : ASP.NET Forums   28 hours ago

28 Aug
17 : 30
error in update detailsview
 I have s detailsview and I bind it to a table in database.I want to use edit command of detalsview but when I click on update I see this error .I dont ewant to write cod .here sourecode of detalasview. "DetailsView1" runat="server" AutoGenerateRows="False" ...
Source : ASP.NET Forums   29 hours ago

29 Aug
17 : 27
Nested Stored Proecedure
I have a pretty basic connection to a database, My question is nested in the While StatementC#.NETMSSQL 2005Data.SqlClient   String strCon = "Server=..."; SqlConnection conn = new SqlConnection(strCon); SqlDataReader rdr = null; conn.Open(); SqlCommand cmd =...
Source : ASP.NET Forums   5 hours ago

29 Aug
17 : 26
Gridview RowEdit and DataBinding without SqlDataSource
Hi there,I have a gridview (gvList), that I would like to populate programatically from a class and then use the rowedit features. Is this possible, or do I need to create some type of custom control? Currently, I've used a SqlDataSource for testing purposes. For example:    " >  C#if...
Source : ASP.NET Forums   5 hours ago

28 Aug
14 : 32
update the record but only one user ... the time space for other user is...
  hello experts.. I am trying to  update the record ... the record update sucessfully . but if there are nos users and if user "A" trying to update the record &  simultaniosly update the user "B" trying to  update the record  then there should be the message to user 'B'    " currently ...
Source : ASP.NET Forums   32 hours ago

28 Aug
14 : 12
Validation Controls inside Update Panel
Hi I read that asp.net validators does't work inside asp.net AJAX update panel on following link : http://forums.asp.net/t/1066821.aspx But my sample application having validators inside update panel is working fine. I am using ASP.Net AJAX 1.0. Was this a problem in older AJAX version? Does this...
Source : ASP.NET Forums   32 hours ago

28 Aug
14 : 07
update panel with popup control extender
Hi All, I am using a popup control extender inside a update panel and a save button for save data,and a datagrid to display those data. asp:Button ID = "submitCompensation" runat = "server" Text = "Add" CssClass = "deepBlueBtn" OnClientClick = "return VerifyCompensation();" OnClick =...
Source : ASP.NET Forums   32 hours ago

28 Aug
12 : 33
How to update datagrid if there is update on the DB?
Hi All, Is there a way to cache the datagrid and will update datagrid each time got record insert, update to the database? I don't want my client keep calling to database and retrieve the whole junk of data if there is no changes. Any idea? So far i've heard about Caching and not sure how is it and...
Source : ASP.NET Forums   34 hours ago

29 Aug
16 : 31
News Rotator
Trying to come up with a way to create a app that will allow my frontpage designers to add news articles to frontpage and place them in a ticker like setting.  Where they will update on a timer or a button click.  Not very good with ajax.  Is there a way to do this with asp.net?
Source : ASP.NET Forums   6 hours ago

29 Aug
16 : 02
How do I reference a 'selection' made within a...
Within my aspx.cs file I create the following dropdownlist within a placeholder:  /** create the dropdownlist for this specific time through the loop **/ DropDownList ddlSomeList = new DropDownList(); ddlSomeList.ID = "ddlSomeList"; /** add each control to the placeholder **/...
Source : ASP.NET Forums   6 hours ago

28 Aug
10 : 02
Upload file inside Update Panel without refresh whole page and without...
Hi All, Iam using fileupload control inside updatepanel, and save button for save the file uploaded by that fileupload to server by below code:   So that, my problem i need to perform this code without refresh whole page, so i don't want to use updatepanel triggers for save button to do...
Source : ASP.NET Forums   36 hours ago

28 Aug
06 : 31
In session_end event of global.asax, how to update data in databse
Please let me know
Source : ASP.NET Forums   40 hours ago

29 Aug
14 : 39
General questions about setting up & using SQL Server Express
Hi, I use VS2008 Pro with Oracle at work, and I'm trying to set up my home server for ASP.NET development.  I would appreciate any advice on how to do this, including how to do it correctly (i.e., best practices).  At home I am running Windows Server 2003 Standard with SQL Server Express 2005 and...
Source : ASP.NET Forums   8 hours ago

27 Aug
18 : 42
Update panel from custom control
Web web app looks similar to a file explorer - on the left is a tree heriarchy and on the right is a content pane.At the moment I have it framed, with the tree on the left, and the content on the right. However I want to be able to produce the same effect with update panels.The trouble is, I don't...
Source : ASP.NET Forums  

29 Aug
13 : 41
UpdatePanel Shows, but doesn't Hide anymore?
Hi All, I use the following, which detects updates with my updatepanels, and shows a modalpopup when the postback begins, and closes it when it completes. script type="text/javascript" language="javascript">   // register for our events...
Source : ASP.NET Forums   9 hours ago

27 Aug
17 : 09
Upload in update panel?
Hello, I'm trying to get a file upload to work inside an update panel. This page is somewhat complex. The structure is like this: masterpage > content holder > user control > wizard > wizard step > upload form. My upload form consists of a file upload component and button. I need the button to...
Source : ASP.NET Forums  

27 Aug
12 : 02
Can not update membership user
 I am using the following code to update my user details1 MembershipUser _memUser = Membership.GetUser(_createdUserProfile.UserName); 2 _memUser.Email = txtEmail.Text; 3 _memUser.IsApproved = ckbActive.Checked; 4 _memUser.ChangePassword(_memUser.GetPassword(), txtPassword.Text); 5 6...
Source : ASP.NET Forums  

27 Aug
08 : 28
Problem with update panel
Hiiiiiiiiii The following is my problem.               When I am running an Ajax simple program by using an button inside the update panel. It Generate an error  Sys.webforms.PageRequestManagerParserErrorException: The Message received from the server could not be parsed. Common...
Source : ASP.NET Forums  

27 Aug
13 : 32
Bulk Update
 I have 3 simple tables. The relationship between 1 and 2 is one to many and the relationship between 2 and 3 is also one to many 1.Tool Table, PK = toolGUID 2.Trigger Table, PK = triggerGUID, FK = toolGUID 3.Cell Table, PK = triggerGUID and cellID, FK = triggerGUID So a toolGUID will have 1 row...
Source : ASP.NET Forums  

27 Aug
00 : 37
update a prerendered label
Hello,I have a project in VS 2005. On  one of the pages i have 2 controls. The  first control has  a label field that loads with the page load. The 2nd control is in an update panel on the page and when i i hit the submit button on the 2nd control  which is in the update panel a partial postback...
Source : ASP.NET Forums  

26 Aug
22 : 33
how i can update my application (FR:1.1)without reset session state?
 hii work in a big farmmy boss ask every day more update for my application created with asp.net 1.1the problem is when i update the dll every client wich work in this moment reset the session :( how i can maintaining the session state also when i update the dll?thanks
Source : ASP.NET Forums  

26 Aug
19 : 54
AJAX cascadingDropDownList problems with Update command
Hi, I have an AJAX cascadingDropDownList and it works perfectly with the Insert command but when I try to use the Update command I get the following exception: 'ddlEditSite' has a SelectedValue which is invalid because it does not exist in the list of items.Parameter name: value It's not an issue...
Source : ASP.NET Forums  

26 Aug
16 : 08
Issues With Update Parameters
I am really confused by how parameters are used, created and passed by ASP.  My code page is C#, I'm trying to use a stored procedure I inherited this project and there is not a single drop of documentation by the original programmer. Data is contained in a Gridview that has 7 DataKeyNames, all of...
Source : ASP.NET Forums  

26 Aug
15 : 16
Error on Gridview Update Page -- Procedure or function uspUpdateSellingZone...
I get this error when I click Update in the page code below, using a stored procedure. I built a similar Insert page, which works normally. Can anyone see the error on this page? I don't think it's a problem with the stored procedure.    Procedure or function uspUpdateSellingZone has too many...
Source : ASP.NET Forums  

26 Aug
14 : 23
Update in DetailsView with Dropdown
In order to add a dropdown list to my DetailsView, I select my boundfield app_status and Convert this field into a Template Field (using Edit Fields)  I uncheck autogenerate fields (so as not to duplicate app_status).  This breaks the Update control.  It appears that the only way I can get the...
Source : ASP.NET Forums  

26 Aug
13 : 28
Failed to update database because the database is read-only.
 HelloI have just installed IIS7 on Windows Server 2008 (second time)I have a website witch worked perfectly, but now when i am trying to execute an sql command i get the folowing errorFailed to update database "C:\INETPUB\WWWROOT\APP_DATA\ASPNETDB.MDF" because the database is read-only. ...
Source : ASP.NET Forums  

29 Aug
07 : 24
dynamic controls and ajax
In my project i am using AJAX implementation.I have two update panels. In the main panel i am giving the product details including an image for that productIn the inner update panel i am using a asp panel to save user defined name value pair as product attributes.In the inner panel i am dynamically...
Source : ASP.NET Forums   15 hours ago

29 Aug
07 : 02
binding
Hi, I use this code to update my database,  conn.Open()        cmd.CommandText = "Update [aa] Set [aa] = @confirmed Where [aa] = @aa"        cmd.CommandType = CommandType.Text        cmd.Parameters.Add("@a, SqlDbType.VarChar).Value = "aa"        cmd.Parameters.Add("@aa",...
Source : ASP.NET Forums   15 hours ago

29 Aug
06 : 58
child Controls doesnt get updated with the Async postback
Hello All,     I have two GV wrapped up in a single UpdatePanel. The properties are default properties i.e Always = true, CTrigger = true. Now when I click Edit on my GV1 and then I update the contents, it works fine and GV1 shows the new changes but on the other side, when I click Delete on...
Source : ASP.NET Forums   16 hours ago

29 Aug
07 : 05
Calling a javascript function from asp
i am creating a ajax enabled pagei have a update panel and inside that i have a buttonwhat i want to do is when the button clicked it will do someprocess and after that i want to show the result in a message boxi want to know how to call the javascript alert() function;for a exampleclient code: 1 ...
Source : ASP.NET Forums   15 hours ago

25 Aug
17 : 11
how to update a bit(boolean) value in a sql server
hi every body I have a table with some of feilds with also a field named approved. content of my table is image files. I want to use update command with this query: and in code behind also have this line SqlDataSource1.Update(); but I do'nt know why I can't update my field in sql database.That is...
Source : ASP.NET Forums  

25 Aug
14 : 17
How to disable button using javascript while updating in update progress...
How to disable button using javascript while updating in update progress and updatePanel
Source : ASP.NET Forums  

25 Aug
08 : 15
update Gridview
Hi all,On the page in question, there is a Griview to the left, with selectable rows. When selected, a Formview shows on the right side. Default mode is edit, in order to edit some of the fields.It all works fine (data is updated in the sql db), except that when the ‘update’ is clicked, the...
Source : ASP.NET Forums  

25 Aug
05 : 36
FileUpload inside Update Panel
Good evening. I have a problem with the asp:FileUpload controlm when i put it into the update panel the control causes a totally postback. I don't want this behavior. When i click on browse i want to select the file and no refresh the entire page. Waiting for an answer. Regards
Source : ASP.NET Forums  

29 Aug
03 : 01
Scriptmanager Proxy question
I have a user control that displays a javascript countdown timer at a given place within an update panel on the control. The countdown timer works fine until the update panel updates, then it disappears. So I added the script to the scriptmanagerproxy. However, the countdown timer now appears at...
Source : ASP.NET Forums   19 hours ago

28 Aug
23 : 27
Where did the data go?
 So I have a page with a details view (asp.net 2; C#) that populates quite nicely on page load with a simple grid load method that calls a webservice which brings back the dataset associated with the id sent to it.So now I want to change row[2].cells[1] from the string"238" which is showing on the...
Source : ASP.NET Forums   23 hours ago

28 Aug
23 : 28
select from database
 Hi, I use this code to update my database, conn.Open() cmd.CommandText = "Update [aa] Set [aa] = @confirmed Where [aa] = @aa" cmd.CommandType = CommandType.Text cmd.Parameters.Add("@a, SqlDbType.VarChar).Value = "aa" cmd.Parameters.Add("@aa",...
Source : ASP.NET Forums   23 hours ago