User Profile
Collapse
-
thank u it was a great help -
First I want to end the session and then delete some files at the server end...Leave a comment:
-
Yes I want to disable the alt+F4 function for the web browsers
Do you have any good working stuffs for this issue??...Leave a comment:
-
-
how to write to the header of the doc file?
hi,
Is there any way to write to the header of the existing doc file?
ie. say when user clicks the download button the file must be downloaded and a specific id should be attached to the header of the document when user views the document using content-disposition method?
So can this be done?
Any help is appreciated.
Thanks in advance. -
Your's solution could have been correct if there was only one dropdownlist but i generate a dropdownlist at each row of the table so Here's is where I am
I want to get first get to the particular row and then its cell and then get the selected value at the dropdownlist.
For that i have the following line of code:
string str = ((DropDownList) (table.Rows[i].Cells[2].FindControl("d rop" + i))).SelectedIt em.Value;
...Leave a comment:
-
mylog started a topic adding dynamically generated dropdownlist to table and getting its selected valuein .NETadding dynamically generated dropdownlist to table and getting its selected value
Hi
I am having a problem of getting the value from the dynamically generated table and dropdownlist. What I am facing is, I have created a table in the aspx page and now I need to add values to the the cells of the table respectively which I have done easily but the problem is when I add the dynamically generated dropdownlist to the cell I cannot read the value from the dropdownlist.
For adding the dropdownlist in the cell I... -
Thank u very much for your suggestion . It worked perfectly for me.Leave a comment:
-
getting the value for the dynamically generated textbox
Hi all,
I am having a small problem on getting the values of the dynamically generated textboxes in C# windows application. I have successfully read an xml file and put its key and value fields as Label and TextBox respectively. Now what I need is the user changes the values in one of the textBox and I need to get that value. The problem is I cannot get the values from the textbox i.e. I don't know how to get the particular textbox... -
-
Display in new Window
I have a problem regarding open the enlarged image in a new window. What I am facing problem is I have to open put the image in the div from Javascript which I have done well and now what I need is when the user clicks on the image the image should be displayed in a new window. I have also tried this by using href option but when I put the window.open function into the href I original page gives an error which i do not want, I want the original page... -
That may not be possible as I need to generate table depending upon the number of lists in a listbox the user selects and then get the values generated on that table. So any other idea, please
But thanks for trying.Leave a comment:
-
Doesn't anyone know what the problem is with this code and why I am failing to get the required output? Please help needed greatly....Leave a comment:
-
ASP Table Problem C#
hi,
I have a problem regarding the retrieval of data from a table.
Here's is what I am doing.
I have a created a table and from added the rows and columns and also data dynamically from the code in one of the function. Now I need to access that table and data on a button click, i.e. when a user clicks button I must be able to get the table information cell-wise. I have written the following code and when the user clicks the... -
OK then I have an application in c# to scan the document then I put it in server as a separate application and I have my other website at server then I do I communicate with them together and how do I talk with the server remotely.
Do you have any source code or links that could solve my problem....Leave a comment:
-
Scanner problem
I am building a DMS and I am stuck at a place. I have a scanner at the server side and I need to access it from the client side. I need to scan the documents and then upload it to the server. I have searched for it but I only found out about the scanner at the client side using activex controls. now what i need to know is "Is it what I am asking possible ?" and if yes, does anyone have what it takes to solve my problem. i would be very... -
thanks for the reviewing my thread but I have already solved the problem. the problem with it was i was using the Directory.Delet e() command at the logout button which killed all the current sessions. once i found that Directory.Delet e() kills all the current session I was able to solve the problem. thanks anyway.
now the problem i am facing is that i want to update a doc file that is situated at the server side without having it to...Leave a comment:
-
Session timeout problem c#
I have a ASP.NET C# web application and I have used session in it. When one user logs in, the session starts and when logs out the session ends. This is working perfectly fine for a single user. But when two or more users logs in, and one of the users logs out, the session ends for all the users which I do no want. What I need is when a particular user logs out the session must end for that user only no all the users. Is there a solution to this... -
C# ;Error when displaying flow graph
I have downloaded a GLEE(Graph Layout Execution Engine) and written the following code to display a windows form from a web page but i am encountering with a small problem on displaying the graph into the display and I am getting the following error when I run the web page.Can anybody solve this problem. I would be very grateful. Thanks
Error:
System.InvalidO perationExcepti on: Showing a modal dialog box or form when the application... -
C# application/octet-stream event
Hi,
I am facing a problem regarding the application/octet-stream.I have written a code that downloads a file stored in the App_Data folder to C:/files/ folder and now what problem I am facing is that when I download the file and open it, it opens from the temporary files folder rather I need it from where I have downloaded the file so that when I click the save button of the opened file it will be saved in the current location. Here's...
No activity results to display
Show More
Leave a comment: