Is it possible to access textbox text properties from codebehind when gridview is edit mode? for example I can access label's text properties on gridview row databound event.
[Code]....
So I do not like use Text='<%#Eval("ColumnName")%' this method. I want to manage textbox text properties dynamcily codebehind when click the edit button on gridview. When I clik the edit button these code blocks runs
[Code]....
but rowdatabound event fires again and couldn't find label control. It looks for textbox control to bind data but I can not manage this step.
I want to populate an html label based on user information. I know how to read the data from html to c#, and how to manipulate the data. I just dont know how to return the data from c# to the html label.
gaining mode changing for formview in VB.The problem is that, the current mode im using was ReadOnly, and i want to add some button so thatit could connect to Edit mode in the same formview.Is it necessary to add modechanging and modechanged in the back code?
I add a table or div inside to datalist itemtemplateı want to change dynamicly table or div id's value from codebehind databound event. ex : I want to add itemindex value to table or div id which is inside itemtemplate
I have an ASP.NET web application for data entry, and we have big lists of radiobuttons, and long lists of checkboxes, in some sections.
The client wants to be able to be able to navigate and manipulate these controls with their keyboard, like the tab/space/enter/right-left-up-down-arrow-keys. Are there any ASP.NET controls that I can use?
I have a table with 3 rows, each with an ASP.NET panel with a gridview in it. For some reason, this is causing IE8 to go into compatibility view mode. If I change the table to 3 seperate divs, this works but if I use divs some functionality (i.e. max height) doesn't work as it does on tables. I've also tried 3 seperate tables but to no avail.
I am using ajax html editor to write a text. I can view it without having problem but I am incapeble of storing it in a Ms Access database. which type do I need to use for this? I tried memo and OleObject type and both didn't work. I used the blow code for that.
I have a listview I'm using to show some data. My question is, how do I manipulate that data being presented. For example, I have a label in my listview template that looks like this:
The listview's datasource is a datatable. lets say that data when presented looks like "SOME COMPANY NAME T4220" I only want to write to the screen "T4220" and trim off the stuff before it. How do I go about doing this?
I have a Masterpage which contains two contentpalceholder, first one for a Usercontrol and second one for my web forms.
Now I want to change the usercontrol's property of sqldatasource from out side of usercontrol such as some web forms. Can I access objects of usercontrol from the other web forms or masterpage?
I would like to change HelpButtonsA dynamically to HelpButtonsB(assuming that the path "images/HelpButtonsB/buttons/help.png" exists.) Can it be done by setting a public variable in the code behind then using that variable in the path?
I have a problem in my asp application. In my application I have an own authentication mechanism so in the web.config file I have <authentication mode="None"/>
Inside the application users can upload files to the folder I've created (App_Files). I would like to give access to the folder only once they are logged in (Session["Login"] is no null).
I dont want not logged in users to be able to access the files over a url address in the browser (like http://<server>/App_Files/Filename.pdf)
ok i have my GUI installed on the server which has users as administrator as the role of an administrators and user1 which has the role of the guest...I have one project and there are different pages for administrators and guests... when the login screen comes up and the administrator logs in he should be redirected to the admin.aspx page and for user1 he should be redirected to the guest.aspx page.
Now the scenario is i have 10 users in a company and one administrator. This GUI is on the network server and these 10 users are able to access it as guests.
How do the guest user logs in and can access the SQl database in the read only mode but when the administrator user logs in he can access the database in the read and write mode.?? I dont know how to do this really... any suggestions
(by IIS server or webconfig or some setting in SQL server)
and the previous question is what to use (forms or windows authentication) where can i get information on how to set up this kind of authentication???? Is there the need to use impersonation also??
My observation so far in the output rendered by a datalist (when I use this user control inside it) is that the value for the name attribute is the same.I want to use this control inside a datalist/repeater such that I'd want a unique value for the input element's name attribute when the datalist/repeater renders. How is this done?
EDIT: My bad obversation. Actually the names are unique. However, when I try to post the page to another web page which outputs the key & value of all the items in Request.Form I don't see the input elements...
I am using a basic HTML page and I need to have the current date display in a <div> I have deemed 'date-worthy'Is there a placeholder or some type of way to designate a spot in the HTML to have something in the mail class replace that placeholder with DateTime.Now? I figured when I attach the mail message body to the <div> I am placing the content in, I could just do the same for the date but I cannot figure out how to access different places in the HTML.
i have an asp.net button control and an html textbox, now how can i put the data inside that textbox on the button click.and i have an asp.net textbox control and an html button, now how can i put the data inside that textbox on the button click.