Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Code for editevent using asp.net with c# in DOtNetNuke ModuleCode for editevent using asp.net with c# in DOtNetNuke Module
Previous
 
Next
New Post
5/14/2008 3:21 AM
 

hi,

Code for editevent using asp.net with c#

Actually , i finished my module PA also
i would like to change my module.
here , i had to send three imgs. for my module output

first-step.jpg:Tat is empty form only ,when i select a options from DyFlash tab.tat selected  menu  s Add content then see second-steo.jpg(dont confuse pls)

second step.jpg:"http://demo.salaro.com/Panel/tabid/108/ctl/Edit/mid/543/Default.aspx"

final-step.jpg:"http://demo.salaro.com/Panel/tabid/108/Default.aspx"


first-step.jpg: to view and selected the add content. this go to second-step.jpg
second-step.jpg: Here i upload a three img url after clicked Submit button , this go to final -step
final -step.jpg: Here disply tat three img.

My Questions:
1. i want to edit my img url. so, i need idea in scond-step.jpg
2. in final-step.jpg : when i select the addcontent from DyFlash tab .
   here, i want to update a current image with uploaded img.(tat mean- already i updated three images ,
     here i tell tat three img and current(like two img i selected now) upload img)
    tat time i would see five images .

pls reply...
thank u
   
 

 

 

 

 
New Post
5/14/2008 4:38 AM
 

I don't see any connection to the UserDefinedTable module. What the heck are you referring to?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
5/14/2008 5:19 AM
 

Hi,

Thank u for response.

i cleared my second issue only.

but i didnt  slove my  first issue.

my first issue is:- after update the image url . i want to edit updated image url. pls give idea

actually the edit option display in repeatercontrols(asp.net) .when i click the edit_ImageButton . it should update my current image url.

are u got my point.

thank u ....

reply pls.....

 
New Post
5/14/2008 5:27 AM
 

This is my Edit_Command_Event Coding: Plas verify i am doing correct or not . actually its postbacked the site.

but i doesnt activated the event.

 protected void Delete_Routine(object sender, CommandEventArgs e)
        {
            Response.Write("<script language='javascript'>"); //if(confirm('Are you sure to delete?')) {
            string curlp = Request.Url.AbsolutePath;
            string curlq = Request.Url.Query;
            string referer = curlq.Substring(curlq.LastIndexOf("&") + 1, 6);

            if (referer == "ItemId")
            {
                Response.Write("window.location='" + curlp + curlq.Substring(0, curlq.LastIndexOf("&")) + "&ItemId=" + e.CommandArgument + "';");
            }
            else
            {
                Response.Write("window.location='" + curlp + curlq + "&ItemId=" + e.CommandArgument + "';");
            }
            Response.Write("</script>"); //}
        }

pls reply...

i am wating for answer, or any suggegation....

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Code for editevent using asp.net with c# in DOtNetNuke ModuleCode for editevent using asp.net with c# in DOtNetNuke Module


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out