Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: can't send mail with attachment file,that is from database Pin
pujafaldu29-Jun-09 1:27
pujafaldu29-Jun-09 1:27 
GeneralRe: can't send mail with attachment file,that is from database Pin
N a v a n e e t h29-Jun-09 1:37
N a v a n e e t h29-Jun-09 1:37 
AnswerRe: can't send mail with attachment file,that is from database Pin
N a v a n e e t h29-Jun-09 1:50
N a v a n e e t h29-Jun-09 1:50 
QuestionSomething Missing Pin
KhandelwalA29-Jun-09 0:30
KhandelwalA29-Jun-09 0:30 
AnswerRe: Something Missing Pin
Christian Graus29-Jun-09 0:38
protectorChristian Graus29-Jun-09 0:38 
AnswerRe: Something Missing Pin
Manas Bhardwaj29-Jun-09 0:40
professionalManas Bhardwaj29-Jun-09 0:40 
GeneralRe: Something Missing Pin
KhandelwalA29-Jun-09 0:44
KhandelwalA29-Jun-09 0:44 
AnswerRe: Something Missing Pin
Muhammad Gouda29-Jun-09 3:10
Muhammad Gouda29-Jun-09 3:10 
As I understood, you need to create a tree of categories where each category may be a child and/or a parent to another .. if so,
- You need 2 columns in the Categories table, (CategoryId, ParetntId)
both must be of the same data type
- Then you have to set the CategoryId as PK, and ParentId as FK from the table itself

- Now we have finished the server side work.
- on the client side, you may load the table into a dataset object (name it CategoriesDataSet)
- To display the data on the tree control, no need for loops
- Just set the following properties to the tree control
DataSource = CategoriesDataSet<br />
ParentId = ParentId<br />
FieldId = CategoryId


Finally call DataBind()

foreach(Minute m in MyLife)
myExperience++;

QuestionSys.WebForms.PageRequestManagerServerErrorException: Pin
krishnaveer28-Jun-09 23:57
krishnaveer28-Jun-09 23:57 
AnswerRe: Sys.WebForms.PageRequestManagerServerErrorException: Pin
Ravi Mori29-Jun-09 0:13
Ravi Mori29-Jun-09 0:13 
GeneralRe: Sys.WebForms.PageRequestManagerServerErrorException: Pin
krishnaveer29-Jun-09 0:39
krishnaveer29-Jun-09 0:39 
QuestionHow to persist the focus on the panel during postback Pin
YazhiniP28-Jun-09 23:43
YazhiniP28-Jun-09 23:43 
AnswerRe: How to persist the focus on the panel during postback Pin
Christian Graus28-Jun-09 23:49
protectorChristian Graus28-Jun-09 23:49 
QuestionHow to deal with Fileupload control inside View control ? Pin
Rameez Raja28-Jun-09 23:42
Rameez Raja28-Jun-09 23:42 
AnswerRe: How to deal with Fileupload control inside View control ? Pin
Christian Graus28-Jun-09 23:50
protectorChristian Graus28-Jun-09 23:50 
GeneralRe: How to deal with Fileupload control inside View control ? Pin
Rameez Raja29-Jun-09 0:34
Rameez Raja29-Jun-09 0:34 
GeneralRe: How to deal with Fileupload control inside View control ? Pin
Christian Graus29-Jun-09 0:40
protectorChristian Graus29-Jun-09 0:40 
GeneralRe: How to deal with Fileupload control inside View control ? Pin
Rameez Raja29-Jun-09 1:14
Rameez Raja29-Jun-09 1:14 
GeneralRe: How to deal with Fileupload control inside View control ? Pin
Christian Graus29-Jun-09 10:28
protectorChristian Graus29-Jun-09 10:28 
QuestionLaunching as aspx page from a user control(ascx) with parameters Pin
tiran_kaskas28-Jun-09 22:27
tiran_kaskas28-Jun-09 22:27 
AnswerRe: Launching as aspx page from a user control(ascx) with parameters Pin
Manas Bhardwaj28-Jun-09 22:58
professionalManas Bhardwaj28-Jun-09 22:58 
GeneralRe: Launching as aspx page from a user control(ascx) with parameters Pin
tiran_kaskas28-Jun-09 23:13
tiran_kaskas28-Jun-09 23:13 
GeneralRe: Launching as aspx page from a user control(ascx) with parameters Pin
Manas Bhardwaj28-Jun-09 23:21
professionalManas Bhardwaj28-Jun-09 23:21 
QuestionWeb Control Library Pin
devvvy28-Jun-09 21:49
devvvy28-Jun-09 21:49 
Questionhow to make an effective invitation number in activation emails Pin
netsooz (Amir Hamidi)28-Jun-09 21:47
netsooz (Amir Hamidi)28-Jun-09 21:47 

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.