Search

You searched for the word(s): userid:712441

Matching Posts

  • Add Attribute to an Image

    Hi everyone. Any idea on how I would do this. I have an image in my webform. Now, i only make that visible when a PersonID is selected from the datagrid. How can I add an attribute to that image so that when I click on that image, a popup webform would appear where the popup webform would take as parameter the PersonID which was selected from the datagrid? I have a code like this, although it is not working. Any help please? Thanks. imgComment.Attributes.Add("onclick", window.open('098PopupWebForm
    Posted to Web Forms (Forum) by mojoflyballs on 6/11/2007
  • Re: Highlight Selected DataGrid Row

    Hi guys & gals, I was able to sort out the onmouseover highlight thing. I used vb codebehind and added the following to my scripts Protected Sub dg_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles dg.ItemCreated Dim dgi As DataGridItem = e.Item Dim strCurrColor As String If dgi.ItemType = ListItemType.Item Or dgi.ItemType = ListItemType.AlternatingItem Or dgi.ItemType = ListItemType.SelectedItem Then strCurrColor = dgSAPRequests.ItemStyle
    Posted to Data Presentation Controls (Forum) by mojoflyballs on 6/10/2007
  • Highlight Selected DataGrid Row

    Hi everyone. I am using asp.net 1.1 and am having some trouble implmeneting this. I want to have my datagrid highlight when a the mouse is scrolled over its rows. Next is that when i say clicked on a certain row, that row would be highlighted and the codes in my SelectedIndexChanged for the datagrid should be triggered. Previously, am doing this using a ButtonColumn control in the datagrid, where it acts like a hyperlink but when I clicked on the column, the row is highlighted and the selectedindexchanged
    Posted to Data Presentation Controls (Forum) by mojoflyballs on 6/10/2007
  • Datagrid Checkbox - Ensure that at least one checkbox was ticked

    Hi guys, I hope you can help me out with this little problem I have. I have a datagrid with a template column consisting of a checkbox control. this datagrid displays 50 records consisting of primarily some items where user can choose by ticking on the checkbox corresponding to the item. Now, I am able to save all those items that were ticked by the user, but how do I determine whether there was an actual selection, meaning to say, a checkbox was ticked for the datagrid? Because I have not captured
  • Re: Frames in asp.net

    Blahhumbug - with regards to your first question - Yes it is.. Anyway, with regards to master pages, I dont think they are implemented pretty well in ASP .net 1.1 so that is why am limited to using frames at the moment. Much as I would want to utilize master pages (if possible), time constraints prevents me so because the menus are already setup and changing to master pages would require me to again re-write the tech documentation, get the approval again (same long process of getting approvals for
    Posted to Web Forms (Forum) by mojoflyballs on 5/27/2007
  • Frames in asp.net

    Hi guys... I hope that I would be given some pointers on the following. I am not sure if this is the best way to implement this though... I have here my framedwebform.aspx file, which basically, is the main page for my application. When i call the application in the IE, i simply type the following: http://server1/framedwebform.aspx where the frame.aspx is displayed altogether with the following other frames listed below. There are three frames, namely: Headerwebform.aspx - which is displayed in the
    Posted to Web Forms (Forum) by mojoflyballs on 5/25/2007
  • Re: Web Application Design / Development and Coding Standards

    Jammycakes and Michael, Thanks for the insight. I am actually thinking more of using the name of the object itself so as to make it more readable (ie DataGrid - datagridRequests) but I am having some other thoughts on about naming long object / controls / classes (ie OleDBDataAdapter, OleDBCommand - oledbcommandMyCommand). As I have previously mentioned, I am new to ASP.net development and as much as I can, I would want to take hold of a good design / standard document to act as my reference in my
    Posted to Architecture (Forum) by mojoflyballs on 5/24/2007
  • Re: Web Application Design / Development and Coding Standards

    Thank you very much for the reply. The link given was very helpful, but I still seem to think that it is not as 'comprehensive' as it can be. I am looking for actual notations to use on objects, controls, etc. I hope that I could get some kind of listing for all objects and components used in ASP.net development like for example: Object / Control - prefix notation - example Datagrid - dg - dgLists Dataset - ds - dsRoles String - str - strName, strLastName Something more of a convention for
    Posted to Architecture (Forum) by mojoflyballs on 5/23/2007
  • Re: Web Application Design / Development and Coding Standards

    Hi guys, Relative to this post, I am following it up with the statement below.. I am pretty new in ASP and .net programming and certainly I would want to start at the right track - and I believe having good guidelines on programming, naming conventions, variables, etc would certainly be of big help. I know that most of you follow some sort of coding and naming guidelines as you develop asp.net applications with either C# or VB.net code behind classes. Would you be willing to share those with me.
    Posted to Architecture (Forum) by mojoflyballs on 5/22/2007
  • Re: ASP.net Errors / Server Slowdown

    Dear Aesop, Thanks for the insight. The VS 2003 is installed in our local machine. The source codes are in Server001 and the oracle database server is on Server002. We are using framework 1.1 I have already tried to look at the IIS manager to check if any other framework version was installed but no other framework is installed. Only 1.1 which we are currently developing in. None of our apps are using threading. Most of the apps are data driven application, retrieve data through SQL commands. No
    Posted to Installation and Setup (Forum) by mojoflyballs on 5/15/2007
Page 1 of 4 (33 items) 1 2 3 4 Next >