Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: bharanidharanit ; Forum: ASP.NET and child forums
Forum: ASP.NET 2 Days Ago
Replies: 1
Views: 143
Posted By bharanidharanit
Hello,
How to get the full path from fileupload control browsing the path to it?
I want to get as this.
c:\Images\mine.jpg
Forum: ASP.NET 2 Days Ago
Replies: 1
Views: 154
Posted By bharanidharanit
Hello,
How to create hover menu. I want to create exactly as attached in the picture. When i mouse over the attendance, the menu should be displayed as such in the picture.
Anyone help in this?...
Forum: ASP.NET 3 Days Ago
Replies: 2
Views: 367
Posted By bharanidharanit
Hello,
I am not using any user controls such as login control. I simply made a login with simple codings. By comparing the textbox values with database the user will log in. Now how the UserID will...
Forum: ASP.NET 3 Days Ago
Replies: 1
Views: 138
Posted By bharanidharanit
Hello,
I am using Visual web developer 2008.
I am using AccessDataSource and i connected access database with that.
Now on my login page, i am having 2 text boxes (UserName and Password) and a...
Forum: ASP.NET Jun 12th, 2009
Replies: 1
Views: 662
Posted By bharanidharanit
Hello,
I would like to develop to social networking website using asp.net. And so where i need to start now? Is there any tutorials?
Forum: ASP.NET May 20th, 2009
Replies: 1
Views: 673
Posted By bharanidharanit
Hello,
I am using Visual Web Developer 2008.
I added CreateUserWizard on the form. In the CreateUserWizard Control, I want to add Captcha Control. And how can i do this?
Thankyou
Forum: ASP.NET May 18th, 2009
Replies: 3
Views: 422
Posted By bharanidharanit
Ya i also want to remove certain menus from the menu control, if the user logged in is admin.
Forum: ASP.NET May 16th, 2009
Replies: 6
Views: 549
Posted By bharanidharanit
How to register it in server from my local computer?
regsvr32 "gdiplus.dll"
Forum: ASP.NET May 16th, 2009
Replies: 2
Views: 413
Posted By bharanidharanit
Try setting virtual directory, But i am not sure
Forum: ASP.NET May 15th, 2009
Replies: 6
Views: 549
Posted By bharanidharanit
I resolved that error and now i am getting new error.
10151
Forum: ASP.NET May 14th, 2009
Replies: 6
Views: 549
Posted By bharanidharanit
Hello,
I had uploaded my website to www.x10filehosting.com. When i try to open my website i am getting this error.
10140
Forum: ASP.NET May 14th, 2009
Replies: 2
Views: 660
Posted By bharanidharanit
i am using filesytem as vb not c#.
Forum: ASP.NET May 14th, 2009
Replies: 2
Views: 660
Posted By 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...
Forum: ASP.NET May 13th, 2009
Replies: 2
Views: 1,121
Posted By bharanidharanit
hi i solved the issue

Dim getname As String = Page.User.Identity.Name
TextBox1.Text = getname
Forum: ASP.NET May 13th, 2009
Replies: 0
Views: 478
Posted By bharanidharanit
Hello,
I am using visual web developer 2008.
I want to change the Gridview Orientation. (ie)
It displays like this
Username Password
admin user1

But i want to change like this...
Forum: ASP.NET May 13th, 2009
Replies: 2
Views: 1,121
Posted By bharanidharanit
hello,
I am using Visual Web developer 2008.
I am using loginname control. there it displays name as admin.
How to get that value to textbox or label. Simply i want to get that value as string....
Forum: ASP.NET May 13th, 2009
Replies: 0
Views: 246
Posted By bharanidharanit
Hello,
I am using visual webdeveloper 2008.
I am using menu control which is binded to sitmap.
I am having both menus and sub-menus.
So when i click the menu, it expands submenu from the side to...
Forum: ASP.NET May 13th, 2009
Replies: 1
Views: 615
Posted By bharanidharanit
Hi i solved the issue. Here is the link.
http://www.beansoftware.com/ASP.NET-Tutorials/SiteMap.aspx
Forum: ASP.NET May 13th, 2009
Replies: 1
Views: 615
Posted By bharanidharanit
hello,
I am using visual web developer 2008.
Here i want to use two menu which gets data from sitemap.
In First SiteMap,I am having Home,Friends,Profiles and it is showing correctly in the first...
Forum: ASP.NET May 11th, 2009
Replies: 2
Views: 649
Posted By bharanidharanit
App_Data is only used for storing the Database Files..

You could do this one
Add a Folder Called Images in then add the files to there and call the method as

<table style="width: 100%;...
Forum: ASP.NET May 11th, 2009
Replies: 3
Views: 422
Posted By bharanidharanit
Hello,
I am using visual webdeveloper 2008,
I have created users using asp.net configuration.
Now i am having 2 roles admin and users,
And i am having 3 pages as login,register,secured
So wen i...
Forum: ASP.NET May 11th, 2009
Replies: 2
Views: 649
Posted By bharanidharanit
Hello,
I am using visual web developer 2008
I am trying to display an image in a table with a master page.
But my image is being displayed during designtime but not displayed during run time.
I...
Forum: ASP.NET May 7th, 2009
Replies: 2
Views: 367
Posted By bharanidharanit
Hello,
I am having 3 pages default.aspx, default1.aspx and default2.aspx
Default.aspx is the home page.
When i click default2.aspx, it must check whether i have logged in, if not it must redirect...
Forum: ASP.NET Feb 2nd, 2009
Replies: 2
Views: 782
Posted By bharanidharanit
Hello sir,
I am using VisualStudio2008 Platform.
In registration form, I am having Firstname,Lastname, UserName, and Password Fields. I have connected it to the AccessDataSource.
When i click...
Forum: ASP.NET Feb 1st, 2009
Replies: 3
Views: 897
Posted By bharanidharanit
Hello sir,
I am using Visual Studio 2008. In that platform only i am developing ASP.NET Website.
What i need is, i am having templates from which i need my website to be developed. How to include...
Forum: ASP.NET Feb 1st, 2009
Replies: 3
Views: 897
Posted By bharanidharanit
Hello sir,
I need to create a ASP.NET Website. What are the basic steps in involving in that? I know to create forms, asp page? But i dont know the initial things.
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC