Click here to Skip to main content
15,910,303 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionquestion on for loop Pin
sunita ramesh21-Aug-06 21:00
sunita ramesh21-Aug-06 21:00 
AnswerRe: question on for loop Pin
Navi1521-Aug-06 21:34
Navi1521-Aug-06 21:34 
AnswerRe: question on for loop Pin
Ramasubramaniam22-Aug-06 5:36
Ramasubramaniam22-Aug-06 5:36 
QuestionError ---> Unable to send to all recipients. Pin
DotnetRafi21-Aug-06 20:45
DotnetRafi21-Aug-06 20:45 
AnswerRe: Error ---> Unable to send to all recipients. Pin
Suresh Pirsquare22-Aug-06 0:06
Suresh Pirsquare22-Aug-06 0:06 
QuestionCommunication between two machine with aspx page Pin
prabhakar dwivedi21-Aug-06 20:23
prabhakar dwivedi21-Aug-06 20:23 
AnswerRe: Communication between two machine with aspx page Pin
coolestCoder21-Aug-06 20:30
coolestCoder21-Aug-06 20:30 
QuestionskmMenu--Anyother menu option in asp.net 1.1 Pin
Vsree21-Aug-06 20:11
Vsree21-Aug-06 20:11 
Hi,

Am using skmMenu to create Menu in my page.
But i couldnt succeed in displaying it in the screen.

Am not getting any error.
But the menu couldnt be seen in the form.
Do i have to change any property either in form or in menu control?
The code i used for binidng is:

[Code]
private void Page_Load(object sender, System.EventArgs e)
{
Menu1.DataSource = Server.MapPath("menu.xml");
Menu1.DataBind();
}
[Code]

and in design,
<skmmenu:menu id="Menu1" runat="server" tooltip="Menus" borderstyle="Dashed" width="88px" itemspacing="1"
="" itempadding="1" cellspacing="1" menufadedelay="1" font-names="Verdana" font-size="10px" cursor="Pointer" height="40px" clicktoopen="True" highlighttopmenu="True" layout="Horizontal">
<unselectedmenuitemstyle font-size="10px" font-names="Verdana" backcolor="Red">
<selectedmenuitemstyle font-size="10px" font-names="Verdana" height="28px" forecolor="Blue" borderstyle="None"
="" width="75px" verticalalign="Middle" backcolor="#404040">


Can anyone please help me in resolving it or anyother solution for making a menu?
QuestionExcel like Grid in ASP.NET 2.0 ... Pin
Haridas.R21-Aug-06 20:04
Haridas.R21-Aug-06 20:04 
AnswerRe: Excel like Grid in ASP.NET 2.0 ... Pin
Suelinda_W7-Sep-06 10:44
Suelinda_W7-Sep-06 10:44 
QuestionWord Doc from Database Pin
NinaWilliam21-Aug-06 18:02
NinaWilliam21-Aug-06 18:02 
AnswerRe: Word Doc from Database Pin
Andrei_KS21-Aug-06 18:32
Andrei_KS21-Aug-06 18:32 
AnswerRe: Word Doc from Database Pin
Ramasubramaniam22-Aug-06 5:39
Ramasubramaniam22-Aug-06 5:39 
GeneralRe: Word Doc from Database Pin
NinaWilliam22-Aug-06 18:32
NinaWilliam22-Aug-06 18:32 
GeneralRe: Word Doc from Database Pin
Ramasubramaniam23-Aug-06 3:37
Ramasubramaniam23-Aug-06 3:37 
QuestionItem data bound question .. Pin
cheeken2u21-Aug-06 18:00
cheeken2u21-Aug-06 18:00 
AnswerRe: Item data bound question .. Pin
postmaster@programmingknowledge.com21-Aug-06 18:06
postmaster@programmingknowledge.com21-Aug-06 18:06 
AnswerRe: Item data bound question .. Pin
_AK_21-Aug-06 18:07
_AK_21-Aug-06 18:07 
GeneralRe: Item data bound question .. Pin
cheeken2u21-Aug-06 20:22
cheeken2u21-Aug-06 20:22 
GeneralRe: Item data bound question .. Pin
_AK_21-Aug-06 20:25
_AK_21-Aug-06 20:25 
GeneralRe: Item data bound question .. Pin
cheeken2u22-Aug-06 17:22
cheeken2u22-Aug-06 17:22 
GeneralRe: Item data bound question .. Pin
_AK_22-Aug-06 18:14
_AK_22-Aug-06 18:14 
QuestionAnyone who knows how to read error? Pin
blurMember21-Aug-06 17:33
blurMember21-Aug-06 17:33 
AnswerRe: Anyone who knows how to read error? Pin
Suresh Pirsquare22-Aug-06 0:35
Suresh Pirsquare22-Aug-06 0:35 
GeneralRe: Anyone who knows how to read error? Pin
blurMember22-Aug-06 7:57
blurMember22-Aug-06 7:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.