Click here to Skip to main content
16,017,235 members

Comments by Motley Drew (Top 11 by date)

Motley Drew 29-Mar-14 23:24pm View    
I have the file upload working in my first screenshot, but I do not know how to add the new buttons in the second screenshot. I doctored that up in PhotoShop to better explain what I am trying to do. I have no idea how to do this. I thought about overlaying buttons in a DIV with absolute positioning, but that won't insert the space I need. I find it hard to believe that I'm the first guy that is trying to upload files along with textual attributes about the file I'm uploading.
Motley Drew 2-Mar-14 14:28pm View    
You both had the solution, almost. I replaced my ScriptManager with...
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ToolkitScriptManager1" />
... which required modification of my webconfig. Details on this can be found here..
http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/ToolkitScriptManager/ToolkitScriptManager.aspx.

My panel auto collapsed, but still did not expand. This is due to incorrect references to my expand and collapse control IDs. I modified the following and it now works. Thanks for your help guys.

ExpandControlID="imgFilter"
CollapseControlID="imgFilter"
Motley Drew 21-Nov-13 20:19pm View    
Can a dedicated server handle the requests from 10,000 users at a time?
Motley Drew 30-Aug-13 22:21pm View    
As a parameter. So could I do Form2.Show(myVar)? If so, my Form2 would need a parameter to recieve the object, so Form2 would be Public Form2(string myVar)? That makes some sense to me, I just didn't realize forms could accept parameters like that.
Motley Drew 30-Aug-13 22:16pm View    
Correct, filled with text.