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
~693 People Reached
About Me

Web Developer/Web Designer

Favorite Forums
Favorite Tags
Member Avatar for UIJAD

i am trying to programatically change the page culture and uiculture ( c# ), my webpage needs to have 2 languages and i have prepaired the right resource files ( .resx) and they are functional since when i try writing in the web.config culture="ar-LB" it works fine now i understand …

Member Avatar for TechGuru123
0
104
Member Avatar for pranav_jog

Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.

Member Avatar for UIJAD
0
164
Member Avatar for innovativeatul

Hi All, I'm trying to make a drop down menu by using visibility of div. Using javascript also. Pls. have a look at this page [URL="http://www.vitj.ac.in/index_copy(2).htm"][B]problem[/B][/URL] When we rollover on about us the menu surely comes in IE but in Mozilla firefox doesn't work properly. Pls. have a look at …

Member Avatar for UIJAD
0
201
Member Avatar for guptaalok12

Here is my code i have shooping cart.i have created a table and bind this with GridView.Now i want to update this table through the GridView Edit Button(Suppose The Qty Field).How i will i do it. [code=asp.net]Imports System.Data Imports System.Data.SqlClient Partial Class MyCart Inherits System.Web.UI.Page Dim DT As System.Data.DataTable Dim …

Member Avatar for UIJAD
0
81
Member Avatar for newasp.net

Need to add 4 tab spacings in between hyperlinks "ManageLink" & "ManageLink1" I tried using: xwriter.WriteEncodedText(" "); AND xwriter.WriteLine(); Both these inserts only single spacing. Any help how can i create multiple spacing between these hyperlink controls [ICODE]xwriter.RenderBeginTag(HtmlTextWriterTag.H6); HyperLink ManageLink = new HyperLink(); ManageLink.Text = "manage"; ManageLink.RenderControl (xwriter); xwriter.WriteEncodedText(" "); …

Member Avatar for UIJAD
0
143