Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
About Me

The Galaxy Is My Playground

Favorite Tags

16 Posted Topics

Member Avatar for mIssy_ricco

Hi all. i've been wanting to create a validation that user has to key in for e.g: 10/2009. i want it to have the number and the '/' char. i tried "^\d+$" which is only for numbers. ".*[/].*" which is only for '/' "^[0-9a-zA-Z]+$" which doesnt seem to work. can …

Member Avatar for crishjeny
0
101
Member Avatar for mIssy_ricco

Hi all. I've been trying to do a sliding panel. all that i can find was collpasible panel. But it moves with my background as well. I didn't want my background to move. Can anyone help me? What I did was. [CODE] <ajaxToolkit:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="server" CollapseControlID="LBCollapse" ExpandControlID="LBExpand" CollapsedSize="0" CollapsedText="Expand it …

0
61
Member Avatar for mIssy_ricco

I've been trying to pass the url from previous page that i was at. But lets say from a different web to my web. i've tried [CODE]Page.Request.UrlReferrer.ToString[/CODE] but it seems like it only works within the same web project only. any ideas?

0
63
Member Avatar for RAMAN2233

i was just wondering. what if i want the value instead of the text item. lets say. [CODE]<asp:CheckBoxList ID="cblPlanets" runat="server" Width="109px"> <asp:ListItem Value="1">Mercury</asp:ListItem> <asp:ListItem Value="2">Venus</asp:ListItem> <asp:ListItem Value="3">Earth</asp:ListItem> <asp:ListItem Value="4">Mars</asp:ListItem> <asp:ListItem Value="5">Jupiter</asp:ListItem> <asp:ListItem Value="6">Saturn</asp:ListItem> </asp:CheckBoxList> [/CODE] and i want it to display You selected: 1 2 3 6 for e.g

Member Avatar for shibbard
0
75
Member Avatar for mIssy_ricco

I found a few where they past the item instead of the value. i want the value to be passed. for e.g [CODE]<asp:CheckBoxList ID="cblPlanets" runat="server" Width="109px"> <asp:ListItem Value="1">Mercury</asp:ListItem> <asp:ListItem Value="2">Venus</asp:ListItem> <asp:ListItem Value="3">Earth</asp:ListItem> <asp:ListItem Value="4">Mars</asp:ListItem> <asp:ListItem Value="5">Jupiter</asp:ListItem> <asp:ListItem Value="6">Saturn</asp:ListItem> </asp:CheckBoxList>[/CODE] and i want it to display You selected: 1 2 3 …

Member Avatar for mIssy_ricco
0
114
Member Avatar for samcaleb05
Member Avatar for omotoyosi
Member Avatar for dfs3000my

if you are trying to sum up a whole column, u have to use a for loop of GridView.Rows.Count

Member Avatar for kvprajapati
0
106
Member Avatar for mIssy_ricco

im using a datalist that display things that is called from datasource. in this list i have 2 panels and 2 buttons. the button is meant to hide the other panel. can anyone help me? i tried using itemcontrol but cant work..

0
65
Member Avatar for mIssy_ricco

i want to store into a store procedure where a hyperlink from the gridview ir datalist can also function as a save button. the problem is that the list is from the database aswell. and there is a parameter from the table that i do not know how to pass.

Member Avatar for miracle007
0
60
Member Avatar for mIssy_ricco

im using menu item as my navigation. and im using this to remove my menu. [CODE] Private Sub RemoveItemByValue(ByVal Value As String) For i As Integer = 0 To Menu1.Items.Count - 1 If Menu1.Items(i).Value = Value Then Menu1.Items.Remove(Menu1.Items(i)) End If Next End Sub[/CODE] but i can only remove the top …

Member Avatar for mIssy_ricco
0
101
Member Avatar for Dajer

if you change ur local setting. only your pc will be ok. try putting this into you web.config just below [CODE]<system.web> <globalization uiCulture="en" culture="en-US" /> [/CODE] if u want UK style... en-GB. hope that helps :D

Member Avatar for mIssy_ricco
0
278
Member Avatar for mIssy_ricco

hi guys. im actually a university fresh grad and i've been offered for two jobs. 1. flash actionscript programmer 2. web developer im still confuse which one i should take. can someone give me the pros and cons of both. :(

0
33
Member Avatar for mIssy_ricco

hi all. i've been doing a checkbox that is controlled by bitmaps. it is successful when i checked the check box and updated it. but it is not successful when i try to uncheck and update it. it will be as if it was checked like before. below is my …

Member Avatar for mIssy_ricco
0
102
Member Avatar for mIssy_ricco

i've created a stored procedure to display a gridview. but in my DDL i only want to display the whole column instead of the whole row. can anyone help me?

Member Avatar for mIssy_ricco
0
87
Member Avatar for jamello

this is very useful for me..thanks! i didn't use table or whatsoever..just a simple text and it works. :D

Member Avatar for mIssy_ricco
0
437