User Profile
Collapse
-
But if i use that component described in CodeProject, google will detect it as malware? will it run in a shared hosting environment?tha nk you :) -
how can i convert any video to .webm after upload?
I need to find a solution to convert any mp4, avi, mpg etc to .webm.. i searched online and found a tool called ffmpeg, but i dont know if google will detect it like malware, and i dont know how to use it, i found a article that explains how to convert to flv using this tool(http://www.codeproject.com/Articles/...-progressive-s) but it looks very complicated and im "new" to this. I was wandering if... -
im new to javascript.. can you post some code? thank you for your help :DLeave a comment:
-
i have a asp.net page with a lot of html5, i choose the best way. Please help thank you :DLeave a comment:
-
lightwalker19 started a topic How can i create a animation (like a logo fading away) before page loads?in JavascriptHow can i create a animation (like a logo fading away) before page loads?
Hi there, i was wandering if its possible to create a animation before html page loads, where the animation fades away(like a logo) and then page is visible.
im using visual studio 2010, c#, html5 and css3.
How can i do this? thank you -
Found the solution.... I was coding wrong :P http://www.csharp-station.com/Tutori.../Lesson06.aspxLeave a comment:
-
How to ignore ' char in sql query, c#
Hello how can i ignore a ' char in a sql query?
i want to put this into a table,"i can't work today."
but it gives this error "Incorrect syntax near 't'.
Unclosed quotation mark after the character string ')'."
please help :(
Code:AppSettingsReader asr = new AppSettingsReader(); string conn = asr.GetValue("ConnectionString", typeof(System.String)).ToString();
-
Found the solution, so simple it hurts xD
Code:StreamReader reader = new StreamReader(Server.MapPath(@"~/IDS/Lang/1.txt"));
Leave a comment:
-
How to make relative path work with streamreader
Hello world! I've got a problem... im using a streamreader to read the text lines, but when i call the location of the text file it says:"Could not find a part of the path 'C:\Program Files (x86)\Common Files\Microsoft Shared\DevServe r\10.0\~\IDS\La ng\1.txt'." But i have a hyperlink with the same relative path, and it works :/ What am i doing wrong? i need this to work in a server in the future..
Code:StreamReader
-
for example, how can i do the same as bytes in this post??? create a post, and then create a reply post?????
all data goes to database....... .. how????Leave a comment:
-
I need to do a post with comments. help
hello i need to do a post with comments, im using a listview to view the posts, and comment too, but the list view only lets me see the posts when the table comment has data... even if the table post is full of data it wont display because the table comment has no data... how can i overcome this?? -
Finally the solution!
Create a helper Function(scalar )
Code:CREATE FUNCTION [dbo].[GetProfilePropertyValue] ( @PropertyName as varchar(max) , @PropertyNamesString as varchar(max) , @PropertyValuesString as varchar(max)) RETURNS varchar(max) AS BEGIN DECLARE @StartIndex int DECLARE @EndIndex int DECLARE @StartPos int DECLARE @Length int
Leave a comment:
-
How can i bind Profile.property to datalist label?
i have the property UserName and FullName. i am already returning The username like
Code:<asp:Label ID="DeLabel" runat="server" Text='<%# Eval("De") %>' />
Code:<asp:Label ID="DeLabel" runat="server" Text='<%# Eval(Profile.GetProfile("De").GetPropertyValue("FullName").ToString()) %>'
-
How to use friendly URL to identify another user page?
I'm using a normal asp.net c# web application, and i want to do sort of a social network, so far so good, but i cant figure how to make my save button, that saves a text, to get the user id of my friend page, i think i can do it by getting the UserId in a image URL.
for example Facebook allows you to post something into your wall, but it saves info about who sends the post and who receives it. that's my goal, i don't know how to do this.... -
you're using ajax calendar extender or code?
if you're using the calendar go to the property format and put "dd/MM/yyyy"
if youre using codeCode:string s = dateTime.ToString("dd'/'MM'/'yyyy");
Leave a comment:
-
make a list of all the numbers in a listbox
i want to make a list of all the numbers in a listbox(sql data source) and then delete all the numbers in a dropdownlist all the numbers found on listbox....
i have no idea how to do this..
i managed to get the numbers in the correct order, but for example i add 1 to the the listbox,my dropdownlist would start at 2 but then add 15, meaning my dropdownlist would start at 16 and 2,3,4,5..16 is gone ... basically what i want to... -
I just want to make disappear the row on the gridview that has the current user name. like profile.usernam e or httpcontext. i just dont know how to do it.Leave a comment:
-
how do i select everything except a UserName in sql?
hi, basically what i need is to "block" a username(Code:@username = Profile.Username
Code:SELECT vw_aspnet_UsersInRoles.UserId, vw_aspnet_Users.UserId AS Expr1, vw_aspnet_UsersInRoles.RoleId AS Expr2, vw_aspnet_Roles.RoleId, vw_aspnet_Users.UserName, vw_aspnet_Roles.RoleName, aspnet_Profile.UserId AS Expr3, aspnet_Profile.PropertyNames
-
i have a problem with that too.. my goal is to retrieve the user by Profile.UserNam e and Profile.Picture Path.. and when checkbox is selected, add row item to listbox... so i dont know how to do it in a gridview or repeater... :SLeave a comment:
No activity results to display
Show More
Leave a comment: