Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~882 People Reached
Favorite Forums
Favorite Tags
Member Avatar for GFX010

In My Web.sitemap I have the following: <siteMapNode url="~/Groups/ViewGroups.aspx" urlRoute="groups/{PostId}/{PostTitle}" /> </siteMapNode> In my MasterPage I have implemented the ItemDataBound event to try and set the title of each page that implements the master page dynamically but for some reason the title is not being set. protected void SiteMapPath1_ItemDataBound(object sender, …

Member Avatar for GFX010
0
236
Member Avatar for GFX010

Is it possible to create a custom Pager for the GridView control of ASP.NET that looks liek this? http://i47.tinypic.com/2925ssj.png If so, can anyone give me some ideas or some starting code into how to create it? Thank you.

Member Avatar for nakor77
0
50
Member Avatar for GFX010

Greetings, I have a User Control called: Share.ascx I have a page called: News.aspx In News.aspx I created a ModalPopupExtender, then I addeda Panel and inside the Panel I added the User Control: Share.ascx so that when the Popup Extender is called the Panel with the User Control is displayed. …

0
113
Member Avatar for GFX010

Hello, I have an image in one of my project folders: Lets say its in: ~/App_Themes/Default/images/SomeImage.png I want to load this image into a System.Drawing.Image, how do I do that? If I try using the FromFile method of the Image class: Image img = Image.FromFile("~/App_Themes/Default/images/SomeImage.png", true); I get a "FileNotFoundException". …

Member Avatar for GFX010
0
160
Member Avatar for GFX010

Greetings to all, I have two functions: Function 1: ImageToByteArray: Is used to Convert an Image into a Byte Array and then Store in an Oracle Database, in a BLOB Field. public byte[] ImageToByteArray(string sPath) { byte[] data = null; FileInfo fInfo = new FileInfo(sPath); long numBytes = fInfo.Length; FileStream …

0
280
Member Avatar for GFX010

I bought this laptop: [CODE]http://www.newegg.com/Product/Product.aspx?Item=N82E16834101203[/CODE] [B]Features: Model Brand Gateway Model P-7908u FX Edition General Operating System Windows 7 Home Premium 64-bit CPU Type Intel Core 2 Duo P8700 2.53G Screen 17" WXGA+ Memory Size 4GB DDR3 Hard Disk 500GB Optical Drive DVD Super Multi Graphics Card NVIDIA GeForce GTX 260M …

0
43