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
Ranked #31.8K
~815 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ssreevidya.m

hi, what is the use of server.mappath(). what is the return value of this method. Thanks in advance.

Member Avatar for mail2saion
0
115
Member Avatar for starsinthesky

hi there! just wanna know why it is necessary to close the DataReader and database connection after use? what are the effects of just leaving it open?

Member Avatar for kvprajapati
0
67
Member Avatar for priyanka_07
Member Avatar for squirell

Hi, I'm really struggling with creating an if statement with the content of a data repeater. I'm looking for somthing along the following lines... <%IF Container.DataItem( "fldExtraImage1" ) is not dbnull THEN <img src="images/Extras/<%# Container.DataItem( "fldExtraImage1" ) %>" alt="<%# Container.DataItem( "fldExtraTitle1" ) %>"> ELSE IF Container.DataItem( "fldExtraImage2" ) is not …

Member Avatar for squirell
0
196
Member Avatar for bharanidharanit

Hello, I am using Visual Web Developer 2008. I am using menu control binded to site map. So when the user role is administrator, i want to remove the menu item from the menu. I used the coding but not working. [CODE]If page.user.isinrole("Administrator") then menu1.items.remove(menu1.items.find("Forums") End if [/CODE]

Member Avatar for bharanidharanit
0
90