Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:834548
More Search Options
RSS Available
Matching Posts
Re: Multiple Nested Repeaters
Hei I think my code will work in your case. Do you have any specific difficulties in implementing this
Posted to
Data Presentation Controls
(Forum)
by
skvignesh
on 8/18/2009
Re: Using Javascript?
Hi, The code that I gave you was javascript and not C#, so .net is expected to not understand this. In any case doing it in server side is another solution which you have got. However please note that any server side will cause a page refresh, and I am not sure if users would like to see a "You will be redirected" message after a refresh. If I were you I would try and use Javascript because its instant response. All the best
Posted to
Web Forms
(Forum)
by
skvignesh
on 3/8/2009
Re: Using Javascript?
Hi, First up, is there any reason for you to use Javascript to enforce security? what would happen if someone has disabled javascript, I believe you will need to look at that aspect first. However if you have taken care of that in some other way and you are not expecting a no-javascript browser / user at all, then you can actually place this entire thing inside a <div> with an id and use javascript to hide it with a code like document.<yourdivname>.visibility = 'hidden';
Posted to
Web Forms
(Forum)
by
skvignesh
on 3/8/2009
Re: How to allow make menu bar and header extend all the way?
Hi, Can you add a bit more clarity, the page link you had provided actually has a header and there is a horizontal scrollbar too, can you give an example of what you are trying to achieve, or was the page you provided the correct example. Details of what your page currently looks like and what you want to achieve might also help.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
skvignesh
on 3/8/2009
Re: <wbr> and alignment error
Removing width= "40px" from the columns did the trick at my end (for IE, FF3 and Google Chrome) .... why do you need that any ways. If removing that isnt a problem please do that and remove the additional <center> tags too (they arent XHTML). I also see that <wbr/> isnt xhtml either. The perfectly XHTML solution for your problem would be (the idea for replacement of wbr is taken from http://www.matsblog.com/stories/778902/) < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1
Posted to
Client Side Web Development
(Forum)
by
skvignesh
on 1/12/2009
Re: doubt in application state and session state
also its global.asax not global.ascx
Posted to
State Management
(Forum)
by
skvignesh
on 1/12/2009
Re: Upload a document and attach to email?
Imports System Imports System.Data Imports System.Configuration Imports System.Collections Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Imports System.Web.Mail Imports System.IO Public Partial Class SendEmail Inherits System.Web.UI.Page Private strPath As String Protected Sub Page_Load( ByVal sender As Object , ByVal e As EventArgs) End Sub Private Function SendMail
Posted to
Getting Started
(Forum)
by
skvignesh
on 1/12/2009
Re: Upload a document and attach to email?
Simple answer: No... you cannot... the attachments property of the system.net.mail object will only take server files as valid... but you can delete them as soon as the email is sent. Complicated answer: you can actually attach the contents of a Stream... which might involve reading the contents of the file from the client side and attaching it http://msdn.microsoft.com/en-us/library/system.io.stream.aspx gives more details of streams...
Posted to
Getting Started
(Forum)
by
skvignesh
on 1/12/2009
Re: doubt in application state and session state
Yes... but can I know the purpose of this specific question... This article has simple and effective instructions http://support.microsoft.com/kb/307598
Posted to
State Management
(Forum)
by
skvignesh
on 1/12/2009
Re: Site Navigation menu bar
Master pages are like "Skeletons" around which you build your healthy sites... They are like a structure providing mechanism.... Take a basic class on master pages and you will certainly realise that its a boon to every asp.net developer, believe me its very simple... I believe any explanation I give for your situation might not fit as much as a basic understanding. I have tried to order the links in their order of detail and difficulty. All the best http://www.w3schools.com/aspnet/aspnet_masterpages
Posted to
Web Forms
(Forum)
by
skvignesh
on 1/9/2009
Page 1 of 46 (456 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online