i am done with more tasks with forums.
but in the case of admin or moderator i don't know which interface i have to use.i wonder whether to use same page with admin session or another similar featured page with moderators session or completely different page with different user interface?
what are the feature should i include for moderators and admin?...
User Profile
Collapse
Profile Sidebar
Collapse
wastman
Last Activity: May 19 '09, 10:06 AM
Joined: Apr 28 '09
Location:
-
I am also stuck with this concept.
particularly while assigning event handlers and calling event handlers back won't work.Leave a comment:
-
will any body assist me for forums?
i am now to create forums module in my web site.will any body assist me for that one? -
Please help me
please help me for the above post.Leave a comment:
-
can asp.net and asp files be compiled at same server?if not so why?
can i use asp files among asp.net files?
if not so why?is there a possible way to achieve this? -
can any moderator help me out of this?
can any moderator help me out of this problem, instead of locking me from this post?Leave a comment:
-
how can i create hierarcihal menu from database?
...Code:SqlDataAdapter dadSubCat = new SqlDataAdapter(); dadSubCat.SelectCommand = new SqlCommand("SELECT ID,PID,Title FROM Page where userid='user1'", con); DataSet dsCat = new DataSet(); dadSubCat.Fill(dsCat, "Page"); dsCat.Relations.Add("ParentChild", dsCat.Tables["Page"].Columns["ID"], dsCat.Tables["Page"].Columns["PID"], -
No.
The Actual Image:
but the output image:
Please help me....Leave a comment:
-
ok. i simplify my code.
...Code:string s="http://c4.mobimgs.com/swarea/assets/ad56e59c/164446_scr.gif"; try { HttpWebRequest req = (HttpWebRequest)WebRequest.Create(s); HttpWebResponse resp = (HttpWebResponse)req.GetResponse(); Stream st = resp.GetResponseStream(); FileStream f = new FileStream(@"f:\pic\samp\rt.jpg",Leave a comment:
-
Hi all experts! can any body answer to my post?
Give me a solution,i don't want to waste my time though my name is wastman.Leave a comment:
-
hierarcial view of a menu?
...Code:Menu1.Items.Clear(); SqlDataAdapter dadSubCat = new SqlDataAdapter(); dadSubCat.SelectCommand = new SqlCommand("SELECT ID,PID,Title FROM Page where userid='user1'", con); DataSet dsCat = new DataSet(); dadSubCat.Fill(dsCat, "Page"); dsCat.Relations.Add("ParentChild", dsCat.Tables["Page"].Columns["ID"], dsCat.Tables["Page"].Columns["PID"], -
...Code:ArrayList addrs = new ArrayList(); //addrs.Add("http://iis02.northcomp.com"); //addrs.Add("http://iis03.northcomp.com"); //addrs.Add("http://ncs01.northcomp.com"); addrs.Add("http://c4.mobimgs.com/swarea/assets/ad56e59c/164446_scr.gif"); foreach (string s in addrs) { tryLeave a comment:
-
but image does not get stored.should i follow something like sequential access?...Leave a comment:
-
No. stream is coming from webresponse.get Stream() method.
so i need a solution for that one.Leave a comment:
-
how to save image file from stream?
i doesn't show error.Code:Stream st=fromsomesource; FileStream f = new FileStream(@"D:\samp\rt.jpg", FileMode.Create); byte[] b = new byte[10000]; st.Read(b, 0, b.Length); st.Close(); f.Write(b, 0, b.Length); f.Flush(); f.Close();
but it gets noting stored.why?
but other files would be saved.but incase of image...Last edited by Frinavale; May 1 '09, 01:53 PM.Leave a comment:
-
how to save image file from stream?
i doesn't show error.Code:Stream st; FileStream f = new FileStream(@"D:\samp\rt.jpg", FileMode.Create); byte[] b = new byte[10000]; st.Read(b, 0, b.Length); st.Close(); f.Write(b, 0, b.Length); f.Flush(); f.Close();
but it gets noting stored.why?
but other files would be saved.but incase of image... -
No pa.
You should not post questions here.this is insights part.
you can post articles here.go to the answers part....Leave a comment:
No activity results to display
Show More
Leave a comment: