<% grupid = Temizle(Request.QueryString("grupid")) if grupid="" or isnumeric(cid)=false then response.Redirect("documentsgroup.asp") %>
Dosya Grubu Listesine DönYeni Dosya Grubu Oluştur
<% islem=request.QueryString("islem") select case islem case "Kaydet" Title=YariTemizle(Request.Form("Title")) conn.Execute("update Table_ContentDocumentsGroup Set Title='"& Title &"',ModifyDate='"& Replace(Now(),".","/") &"' where DocumentID="& grupid &"") %>
! Dosya güncellendi...
<%end select%> <% Set TabContent = Conn.Execute("SELECT * FROM Table_ContentDocumentsGroup where DocumentID="& grupid) If not TabContent.EOF Then %>
Başlık
" />



<%end if TabContent.Close %>