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
~698 People Reached
Favorite Tags
Member Avatar for mrjoli021

Is there a function that will remove the last 4 char of a string? trimend works but i have to specify which chars. what if i dont know what the chars will be. I still need to remove the last 4 chars. any ideas?

Member Avatar for FaridMasood
0
104
Member Avatar for Nisar05

Hi i need a special help in making a online bookstore using ASP.NET and C#.can any one help me, that how to start and how to make it,because i know very little about ASP.NET.Thanks in advance.

Member Avatar for rsoliz
0
368
Member Avatar for amith003

I trying to take an image file which is present in some folder of local machine and trying to load it inside a server. If i give the path its trying to access the server path,not the local machine's path where the actual file is present, this works fine when …

Member Avatar for amith003
0
90
Member Avatar for SaraJo

Hello, I am attempting to use RegisterClientScriptBlock and it is not seeming to work. Can someone take a look at my code? Here is my C# (which I have in my PageLoad) [CODE]var videoLoadScript = " var so = new SWFObject('player.swf','mpl','955',' 540','9');"; videoLoadScript += "so.addParam('allowscriptaccess','always');"; videoLoadScript += "so.addParam('allowfullscreen','true');"; videoLoadScript += …

Member Avatar for SaraJo
0
136